The 2nd part of this code within the IF statement does not loop through. It starts with Sheets(“FrontEndApp”).Select. the first set which copies row 2 to row 1 works perfectly. after the copy and paste of the row I am trying to get it to print and then loop. Right now it is printing to pdf only once and then ending. But the copy and paste loop works perfectly. For eg if there are 20 values in A:A, only the first value will print to pdf but then all the values will loop through the copy and paste. This piece will perform the code and print in PDF form and then move onto the next. Any idea where in the above code I would need to place this for it to loop and print one by one in PDF form.
Bookmarks