View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
md md is offline
external usenet poster
 
Posts: 23
Default Array of Charts in Excel

I am trying to program Excel 2007 with VB.NET in order to plot 100 graphs in
one worksheet. I would like to know if there is any way to declare the graphs
as an array, like:

Dim MyPlots(99) as Chart

If so, how can I focus in each individual graph and add it to the worksheet ?

Thanks.

MD