Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft Excel is present?
Message
De
18/01/2001 20:05:00
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00463215
Message ID:
00465503
Vues:
14
> I need to check if Microsoft Excel is installed for use this:
>this.oExcelSession = CreateObject("Excel.Application")

Try this after the create object line:

llSuccess = vartype(this.oExcelSession) = 'O'

Just find someway to supress the error messages before you try the CreateObject().
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform