Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Array to Excel Range?
Message
From
19/06/2003 07:42:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
VFP Array to Excel Range?
Miscellaneous
Thread ID:
00801664
Message ID:
00801664
Views:
48
I cannot assign to range Excel value of a array.For example:
dimension ar(2,2)
ar(1,1)="1"
ar(1,2)="2"
ar(2,1)="3"
ar(2,2)="4"
......
......

o_excel.range("A3:B4").value= ar
Why?
Can i do it in principle?
Next
Reply
Map
View

Click here to load this message in the networking platform