01-22-2010, 12:45 PM
Hi,
I am trying to retrieve the data from the excel sheet.Iam using the below code
Here prevalencepopularity is the column in the datasheet.
when i run the script, its giving type mismatch error
prevalence
i think its only identifying prevalence.
any help will be really appreciated.
Regards;
vijay
I am trying to retrieve the data from the excel sheet.Iam using the below code
Code:
sPrevalencePopularity=datatable.Value("PrevalencePopularity",oSheetName)
Here prevalencepopularity is the column in the datasheet.
when i run the script, its giving type mismatch error
prevalence
i think its only identifying prevalence.
any help will be really appreciated.
Regards;
vijay