Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel
Message
From
23/06/1999 17:05:31
 
 
To
23/06/1999 16:59:10
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Excel
Miscellaneous
Thread ID:
00233182
Message ID:
00233213
Views:
23
>correct me if am wrong. But the information in the Excel help files deals with all VBA code. Isn't the VBA code different from the fox pro code ?

It's all standard PEM manipulations, though object names are specific for Excel, e.g.
*** some VFP event
oExcel=createobject("Excel.Application")
oExcel.Workbooks.Add(1)
oExcel.ActiveWorksheet.Cells(1,1).Value="My Test Value"
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform