View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
vito vito is offline
external usenet poster
 
Posts: 37
Default How do I print faster?

Hi! I made a VBA macro which print out copies of diffrent pages. The number
of copies is decided in a cell. The code is activeworksheets.printout
copies:=value
This works but the printer prints out the pages one by one instead of in one
flow.
Is there anyone knowing how I can make the printer print the pages in one
flow?