Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel constant
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Excel constant
Divers
Thread ID:
00899550
Message ID:
00899550
Vues:
63
Hi, for the sample code below:

#define xlShiftUp -4162
oApp = GETOBJECT('', "Excel.Application")
oApp.Workbooks.Open('somefile.xls')
oApp.Rows("1:1").Delete(xlShiftUp)
....

How can I reference the xlShiftUp constant without defining it myself?
For example, oApp.xlShiftUp does not work...

Thanks,
David
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform