That is a good idea. I didn't even think about it. Thanks.
You seem well versed in excel so I have another quick question for you. If I am using a macro to auto-generate a graph, how can I make it so that the macro works for any range of data, whether there are 10 or 500 entries.
This is an example data series that I have now.
ActiveChart.SeriesCollection(1).Name = "=""Power"""
ActiveChart.SeriesCollection(1).Values = "=' Data '!$K$2:$K$1297"
Is it possible to modify this to autorange the data?
Thanks alot,
Willis
Bookmarks