Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Automation
Message
De
24/02/2011 07:37:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Excel Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01501585
Message ID:
01501585
Vues:
101
how can open the excel sheet from a specific directory.
while I set the default to the specific path but still and I got error not finding the location

if it is like this I got an error of location
loExcel = CREATEOBJECT("Excel.Application") && Create the Excel object
loWorkbook = loExcel.workbooks.open("cards.xls")
loExcel.Visible = .T. && display Excel

however when I add the path as the following I do not get error. while I need to open from the default original path

loExcel = CREATEOBJECT("Excel.Application") && Create the Excel object
loWorkbook = loExcel.workbooks.open("c:\temp\cards.xls")
loExcel.Visible = .T. && display Excel

Thank You
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform