View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Claude Claude is offline
external usenet poster
 
Posts: 36
Default ChartObject index

How do I get an active chart's chartobject index?
MsgBox (ActiveChart.ChartObjects.Index)doesn't work!