10-01-2011, 10:25 AM
As i gave a hint to your previous problem, you can dump any sheet from excel at any point of run time
Datatable.importsheet filename,4,action3
work with it
Datatable.importsheet filename,5,action3
work with it
***************
or better you create workbook objects through excel com (createobject("excel.application"))
Datatable.importsheet filename,4,action3
work with it
Datatable.importsheet filename,5,action3
work with it
***************
or better you create workbook objects through excel com (createobject("excel.application"))