Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating spreadsheets
Message
 
To
14/07/2002 14:42:08
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00678510
Message ID:
00678603
Views:
14
>2. The OLE-created spreadsheet by default has 3 sheets. Do I have to delete sheets 2 and 3 programmatically, or is there a way to create the workbook with one sheet only? Come to think of it, do I have to create a workbook at all? Can I create a single sheet by itself?

Yes.
#DEFINE xlWBATWorksheet		-4167
oWb = oExcel.Workbooks.Add(xlWBATWorksheet)
Previous
Reply
Map
View

Click here to load this message in the networking platform