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

