Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel installed
Message
De
09/09/2008 03:47:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01345964
Message ID:
01345966
Vues:
17
Try
   oExcel = CreateObject("Excel.Application")
Catch
   Messagebox('Excel is not installed')
   Return
Endtry
>To work with Excel, I have this line:
>
>oExcel = CreateObject("Excel.Application")
>
>When running on a PC without Excel, got this error:-
> "Class definition EXCEL.APPLICATION is not found."
>
>What is the best way to avoid this error?
>
>Cyril
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform