Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My vba makes charts in Excel. I have a file that contains all of the code
and is used to generate other files with the charts. The charts have a user-defined type. This means that others can not use the file unless they have the same definitions. I have hidden a sheet with a chart and tried to make the code "add" the definition when it runs so that when it generates the charts the definition will be there. However, it doesn't work. This is what I have: Sheets("Control Chart").Select ActiveChart.ChartArea.Select Application.AddChartAutoFormat Chart:=ActiveChart, Name:="willy", _ Description:="" ActiveChart.ApplyCustomType ChartType:=xlUserDefined, TypeName:="willy" Any ideas? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cant delete user defined default chart type | Charts and Charting in Excel | |||
Setting up a Custom type, User-defined, Default Chart | Charts and Charting in Excel | |||
Workspace faux user-defined type not defined | Excel Programming | |||
User-defined data type; Error: Only User-defined types... | Excel Programming | |||
User-defined chart type deployment | Excel Programming |