First of all thanks for taking a look because this is way beyond my scope.
I have about 50+ rows of excel data of a length from A thru F. I want to copy each row one at a time to say r30 to w30, perform some if/then statements that are working for me, and then print a sheet2 which has a lot of text boxes and labels that reference to r30 to w30 that create a label. After it has printed the sheet2 with the copied data from r30 to w30, I want to clear the data form r30 to w30 and start over but have the selected cells be the next row down that has data past the orginal 1st row. So if I started with my data rows at sheet1.Range("A12:F12"), how do I get a code that will move me to the next row that has data in it. I can do the code for the copy, paste, clear cells, print sheet but cannot figure a way to have it move down the rows or loop. I could write code for each row but each time I open the Sheet1, the rows can be anywhere from 2 rows of data to 200 rows of data and I need a seperate printout for each row...
Again thanks for looking and I am sorry for the long drawn out and probably too wordy explaination. You people are wonderful for providing all the help you do. Again
Thanks for your time.
Todd
I have about 50+ rows of excel data of a length from A thru F. I want to copy each row one at a time to say r30 to w30, perform some if/then statements that are working for me, and then print a sheet2 which has a lot of text boxes and labels that reference to r30 to w30 that create a label. After it has printed the sheet2 with the copied data from r30 to w30, I want to clear the data form r30 to w30 and start over but have the selected cells be the next row down that has data past the orginal 1st row. So if I started with my data rows at sheet1.Range("A12:F12"), how do I get a code that will move me to the next row that has data in it. I can do the code for the copy, paste, clear cells, print sheet but cannot figure a way to have it move down the rows or loop. I could write code for each row but each time I open the Sheet1, the rows can be anywhere from 2 rows of data to 200 rows of data and I need a seperate printout for each row...
Again thanks for looking and I am sorry for the long drawn out and probably too wordy explaination. You people are wonderful for providing all the help you do. Again
Thanks for your time.
Todd