View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Resetting the chart count

"Peter T" <peter_t@discussions wrote in message

Typo -

I'm glad you found that, we could have gone on a long time trying to track
that one down! FWIW if the problem could also have been resolved had you
done -
ActiveWorkbook.Chart.Add

<snip

should read
ActiveWorkbook.Charts.Add

Peter T