Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel
Message
De
28/08/2001 14:02:39
 
 
À
28/08/2001 13:54:19
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Re: Excel
Divers
Thread ID:
00549954
Message ID:
00549958
Vues:
27
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform