Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel ActiveChart.ApplyCustomType
Message
 
À
19/01/2005 09:53:52
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00978531
Message ID:
00978534
Vues:
34
>Hi
>
>whats the correct foxpro syntax to do this
>
>This is from a macro
>
>ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:= _
> "Line - Column on 2 Axes"
>
>I don't seem to be able to get it right.
>
>Thanks
>
>
>Nick Mason

Something like:
#define xlBuiltIn 21

oExcel.ActiveChart.ApplyCustomType(xlBuiltIn, "Line - Column on 2 Axes")
where oExcel is Your reference to Excel.Application
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform