Is there a way to determine if an EXCEL spreadsheet contains multiple tabs, and if so, bring back the name of each tab in order to select the one that you want to import data from
I'm trying to import data into VFP from EXCEL, and normally use the IMPORT function and identify the spreadsheet tab by name. This time, I want to know 1) the total number of tabs in the spreadhsheet, and 2) the names of the various tabs found in the spreadsheet. This will let me choose which one I'd like to import the data from.
Any help or suggestions to accomplish this would be appreciated.
Thanks.