Thank you in advance for your time,
I need the code below to loop:
What I am looking to do is pull the Site column number (starting at C11) on the sales tab and have it populate cell A22 on the Royalty Worksheet tab. Various vlookups are based off the newly populated cell. At that point I'd want the sheet to print.Sheets("Royalty Worksheet").Select
ActiveCell.FormulaR1C1 = "=sales!R[-11]C[2]"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
Once the sheet has printed I'd want to pull the next number in the column in the Site column (C12) and it continue as long as there are numbers in the column.
I have tried various loops and I can't get it to work. Any help would be great.
Thanks,
Eddie
Bookmarks