Thread: Printing App
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Orion Cochrane Orion Cochrane is offline
external usenet poster
 
Posts: 119
Default Printing App

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.
--
I am running on Office 2007, unless otherwise stated.