paopao000137
Programmer
Hi,
I am working on excel report parser. Though my all reports have same format, sheets' names are named differently from one report to another report by different people. So how to retrieve all sheets, one by one without knowing sheet's name? I only know
Set xlSheets = xlBook.Sheets("sheetname")---I need to know sheet name.
Many thanks
I am working on excel report parser. Though my all reports have same format, sheets' names are named differently from one report to another report by different people. So how to retrieve all sheets, one by one without knowing sheet's name? I only know
Set xlSheets = xlBook.Sheets("sheetname")---I need to know sheet name.
Many thanks