Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding worksheets in Excel
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00442625
Message ID:
00442663
Views:
9
Anthony,

If you create the workbook yourself, use Bret's suggestion. However, if you want to add a new sheet to an existing workbook you can use the following code:

*--add a new sheet at the end
loWBook.sheets.add(,loWBook.sheets(loWBook.sheets.count()) )
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform