Printing App

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top