View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] lizjohn1@gmail.com is offline
external usenet poster
 
Posts: 3
Default using automation in excel to create multiple charts

My problem is pretty simple:

I want to create several pie charts from rows of data (1 chart
worksheet per row of data).

I know how to do this for 1 chart, but how can I pass in a range to a
routine so as all of the charts I need are created at once (in some
sort of loop) ?

Thanks in advance.