01-22-2010, 02:58 PM
keep sheetname also in quotes.
i.e.,dont forget to set the row before using this statement.
The code will be
i.e.,
Code:
sPrevalencePopularity=datatable("PrevalencePopularity", "oSheetName")
The code will be
Code:
Datatable.setcurrentrow(1)
sPrevalencePopularity=datatable("PrevalencePopularity", "oSheetName")