View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Toyin.Butler@googlemail.com is offline
external usenet poster
 
Posts: 14
Default ChartObjects.Count is incorrect

Jay,

If you are changing the data source of a chart, it would be easier to
use a named range - the chart always looks at the named range, but the
named range changes.

Is the data a time series and are the columns you are switching
between in the same workbook? Or have I misinterpreted your underlying
issue?

Toy.