I have a simple Excel Spreadsheet that continuously updates with data (both columns and rows). I am trying to build a macro that will start with the first row (which is actually row 2) and graph all the data in that row until an empty cell is found and stop. Then I need it to loop to the next row and graph that row until an empty cell found. I need it to continue row by row until and empty cell is found in Column A. I'd like each of the graphs to be on a seperate tab.
I've tried to use suggestions online and plug and play with different code and have only created a mess. Any help on how to set this up would be greatly appreciated!
Thanks.
I've tried to use suggestions online and plug and play with different code and have only created a mess. Any help on how to set this up would be greatly appreciated!
Thanks.
Comment