Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get Sheet Names from Excel File
Message
 
 
To
16/04/2008 17:53:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01310964
Message ID:
01311319
Views:
16
You're welcome.

>It worked fine.
>Exactly what I need.
>Many Thanks!
>
>>
>>oExcel = CreateObject("Excel.Application")
>>oWorkbook = oExcel.Workbooks.Open(lcXlsFile)
>>FOR i= 1 TO oWorkbook.Sheets.Count
>>	? oWorkbook.Sheets(i).Name
>>ENDFOR
>>oExcel.Quit()
>>
>>
>>>I'm wondering if there is a way to get
>>>the sheet names from a XLS file.
>>>Any idea?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform