Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisence with excel
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01467305
Message ID:
01467319
Views:
49
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform