O
Orion Cochrane
I have a spreadsheet that requires a constantly changing variable each time
it is printed. I have a cell with a batch number. For each copy I want
printed, this batch number should increase by one. I am able to do this for
single copy print jobs, but I can't figure out how to increase the number for
each copy for multiple copy print jobs.
I know to put this in a Workbook_BeforePrint event, which is the way I am
going. Maybe I need an InputBox to prompt the user to enter the number of
copies and loop it for each copy. Ideally, I do not want the Print Dialog Box
to display at the end.
TIA.
it is printed. I have a cell with a batch number. For each copy I want
printed, this batch number should increase by one. I am able to do this for
single copy print jobs, but I can't figure out how to increase the number for
each copy for multiple copy print jobs.
I know to put this in a Workbook_BeforePrint event, which is the way I am
going. Maybe I need an InputBox to prompt the user to enter the number of
copies and loop it for each copy. Ideally, I do not want the Print Dialog Box
to display at the end.
TIA.