02-17-2013, 09:15 PM
Check this below code which will show all the sheet names
Code:
For i = 1 to DataTable.GetSheetCount
msgbox DataTable.GetSheet(i).Name
Next
Thanks,
SUpputuri
SUpputuri