View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
drs drs is offline
external usenet poster
 
Posts: 1
Default 'Floating Bars' chart type removed in 2007?

Egad! I have some office automation code that is no longer working
with Excel 2007. The main problem is that there is no longer a
definition of "Floating Bars" chart type.

Pseudo code is like:
..ActiveChart.ApplyCustomType(xlBuiltIn, "Floating Bars")

Anyone have any ideas?