View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default create a pause in print macro to allow user to select printer

Application.Dialogs(xlDialogPrint).Show

There are optional arguments at the end of this function to allow you to
specify a default printer, number of copeis...
--
HTH...

Jim Thomlinson


"Scott53" wrote:

How do I create the pause in the macro to stop at the printer menu command to
allow the user to selct the printer and number of copies