J
Jul
I am migrating Excel 2003 to 2007. Have a problem with the Charts.
It looks like 2007 does't support Custom types.
In 2003 I use
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="Line - Column"
chart type.
What I can use in Excel 2007 to replace the line of code that listed above?
Thanks
It looks like 2007 does't support Custom types.
In 2003 I use
ActiveChart.ApplyCustomType ChartType:=xlBuiltIn, TypeName:="Line - Column"
chart type.
What I can use in Excel 2007 to replace the line of code that listed above?
Thanks