Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel object
Message
From
02/03/1999 21:58:32
 
 
To
02/03/1999 20:06:03
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00193390
Message ID:
00193410
Views:
12
>I know I can put an excel worksheet in a form in vfp, but how can I programmatically write data on it and access it´s ppeemm?. Is there any site wich publicates the excel worksheet object model?
>
>Tks in advance.

You can see the Excel object model (Office97) in Excel. Open excel, go to tools-> macros-> Visual Basic editor. ONce the VB editor is open, press F2 to see the object browser.

a WorkSheet has a cells collection that can be accessed with

WorkSheet.Cells(1,1).Value = "Howdy"
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform