Are sheets numbered like rows and columns are?
I want to take the first row of the first sheet, copy it to the last row of the sheet, and then delete the first row. Then do the same for all sheets of the workbook.
So can I declare a variable for the sheet number (SheetNum) and run a loop (SheetNum+1) until the end of the workbook?
How do I make sure the loop stops at the last sheet?
Thanks.
I want to take the first row of the first sheet, copy it to the last row of the sheet, and then delete the first row. Then do the same for all sheets of the workbook.
So can I declare a variable for the sheet number (SheetNum) and run a loop (SheetNum+1) until the end of the workbook?
How do I make sure the loop stops at the last sheet?
Thanks.