Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help - How Read Excel cells to VFP
Message
From
20/06/2001 15:33:49
 
 
To
20/06/2001 14:03:53
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00521266
Message ID:
00521644
Views:
17
ox = CREATEOBJECT("excel.application")
os = ox.ActiveSheet
cell = "D5" &&this is the cell you want to go to
os.range(cell).select
ox.activecell.value &&returns the value in the cell
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform