View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jul Jul is offline
external usenet poster
 
Posts: 7
Default MS Excel 2007. ActiveChart.ApplyCustomType

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