Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel ActiveChart.ApplyCustomType
Message
De
19/01/2005 10:17:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00978531
Message ID:
00978543
Vues:
27
>>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

Thanks Borislav and Yuri.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform