Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisence with excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01467305
Message ID:
01467319
Vues:
48
This message has been marked as a message which has helped to the initial question of the thread.
>hi borislav,
>
>if i want now intellisence with oWorkbook ?
>
>
>
>  oExcel = CREATEOBJECT("Excel.Application")
>
>  WITH oExcel AS  "Excel.APPLICATION"
>    cFile = SYS(5)+ SYS(2003) + "\Amline Manuels\FORFAIT\INAMIFORFAIT.xls"
>
>     oExcel.DisplayAlerts = .F.
>    oWorkbook = oExcel.APPLICATION.Workbooks.OPEN( cFile )
>    
>     oWorkbook.  && ctrl + j
>
>
>
The same:
LOCAL oWorkBook AS Excel.WorkBook

oWorkBook = oExcel.APPLICATION.Workbooks.OPEN( cFile )
oWorkBook.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform