Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel 97 Chartwizard problem
Message
De
25/02/1998 14:53:05
 
 
À
25/02/1998 14:39:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00081153
Message ID:
00081160
Vues:
13
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)

????????
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform