Hello Gerbs,
I guess I have a similar Problem with looping a Printjob a set amount of times. So I can only throw out some ideas for a solution:
Maybe you can use a Loop counter that uses ur cell L4 as LBound and L5 as UBound. Each time it Counts it replaces L1 with the current count and prints.
The macro I use to Print is the following:
ActiveWindow.SelectedSheets.PrintOut 4, 4, 1, False 'Note: PrintOut options [from page 4], [to page 4], [1 copy],[Preview?],[Printer]
The Standart Printer will be used. I may also suggest, to prevent infinite print loops, to set the Windows XPS Printer as standart, since it stops everything when cancel.
Bookmarks