10-17-2012, 09:59 PM
Hi,
You can pass the value through datatable as follows:
for example Var=datatable.value("Name","dtGlobal")
Thanks
Anurag
You can pass the value through datatable as follows:
Code:
dim Var
Var=datatable.value(columnname,sheetname)
for example Var=datatable.value("Name","dtGlobal")
Thanks
Anurag