Hi Everyone,
I had a the following code that loops through rows of data until it finds a row with values of 0. Then it selects the rightmost
cell of that row that has a non-zero value and selects a range from cell A15 to that rightmost cell:
The issue I'm having is that when I run the macro the sheets never changes. I want the code to copy the range i defined with the loo code,
paste it to the last sheet in the workbook then go to the second sheet and do the same until it grabs data from all sheets but the last one.
What am I doing wrong
Bookmarks