Can anyone tell me how to grab a list of worksheets from an Excel workbook?
I am writing some import functions that use mutli sheet workbooks as a data source and need to create a list of the worksheets in a workbook, so that I can use this list to populate a list box and ask the user which sheet to import (same sort of thing Access does when you import a sheet from a workbook).
I am writing some import functions that use mutli sheet workbooks as a data source and need to create a list of the worksheets in a workbook, so that I can use this list to populate a list box and ask the user which sheet to import (same sort of thing Access does when you import a sheet from a workbook).