Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel 97 Chartwizard problem
Message
From
25/02/1998 14:53:05
 
 
To
25/02/1998 14:39:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00081153
Message ID:
00081160
Views:
17
That is how far I can get with Excel 97. What is the format of Chartwizard command?
Thanks,
Tanya.

xl=CreateObject("Excel.Sheet")

xl.Application.Visible=.T.

*** Copy data to an excel spreadsheet
for i = 1 to _TALLY
xl.Application.Cells(i,1).Value = cust_distrib(i,1)
xl.Application.Cells(i,2).Value = cust_distrib(i,2)
endfor

*** Add a ChartObject to the worksheet:
ch1 = xl.Application.Worksheets("sheet1").ChartObjects.Add(100, 30, 400, 250)

????????
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform