View Single Post
  #14   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Charts are hard / found a BUG in ChartObject behavior


"Dave M" wrote in message
...

(side note: where the hell does DrawingObject fall in the hierarchy of
things? I
can't find it docuimented anywhere.)


DrawingObjects is an older class of objects, probably related to the version
of VBA in Excel 5/95. They are listed in the Object Browser if you right
click and select Show Hidden Members. Ironically, some things work better in
VBA using DrawingObjects than Shapes, and some things come out of the macro
recorder as DrawingObjects, not Shapes. Having fun yet?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______