Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overwrite without prompt Excel file
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Overwrite without prompt Excel file
Miscellaneous
Thread ID:
00356747
Message ID:
00356747
Views:
53
Following is sample of code used to convert excel file to HTML.
How can I overwrite existing file without prompt to overwrite ?


oXL = CREATEOBJECT("Excel.Application")
oXL.WorkBooks.Open("c:\ssm\ccola13.xls")
nFileFormat = '44'
oXL.WorkBooks(1).SaveAs("c:\ssm\ccola13.htm",nFileFormat)
oXL.Quit
RELEASE oXL

Thanks CB
Next
Reply
Map
View

Click here to load this message in the networking platform