Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Overwrite without prompt Excel file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00356747
Message ID:
00356759
Vues:
11
>>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
>
>Look at the thread marked here some people had problems about overwriting the
>excel file before. Hope this helps or leads you somewhere
>
>[Coding, syntax & commands] Excel97 SaveAs Method question Thread #188089

Thanks, I should have checked

CB !!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform