Macro to generate 120 Graphs and put them into ONE sheet

S

shankario

The attached files has 120+ items that need to graphed against the date
I have tried to write a script that would automatically graph but ca
not:
1) Get the For loop to generate multiple graphs
2) figure out how to arrange the grpahs in ONE sheet neatly

Any help is greatly appreciated.

Thank you !!!

Shankar
 
D

Don Guillett

If you don't need all at once then why not have a double_click event that
changes the source on ONE graph?
 
Top