Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel
Message
From
28/08/2001 14:02:39
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Re: Excel
Miscellaneous
Thread ID:
00549954
Message ID:
00549958
Views:
22
oExcel = CREATEOBJECT('Excel.Application')
oExcel.Visible = .T.
oExcel.DisplayAlerts = .F. && similar to VFPs SET SAFETY
oExcel.Quit()

>I'm just beginning working with Automation and have the following problem. I have created an excel spreadsheet from VFP6 but don't want to save it. Is there anyway I can tell Excel I don't want to save it.
Previous
Reply
Map
View

Click here to load this message in the networking platform