I am learning VBA (still in early baby stages of it). I need to create a macro that does the following:
select sheet 1
copy row 2
select sheet 2
paste in cell a1
print the sheet 2
I need the macro at this point to go back to sheet 1 and do the exact same thing for row3, then row 4 etc. At times there may be a different number of rows on sheet 1 so the macro would either need to calculate how many lines of info there are so it knows how many times to run or maybe a pop up window asking the user to input the number of times the macro will run.
Bookmarks