Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro: Pause & ask user: "Are you sure you want to continue? | Excel Discussion (Misc queries) | |||
set up a pause in a print macro for user input | Excel Programming | |||
Create a print macro that would automatically select print area? | Excel Worksheet Functions | |||
Macro to pause for user input in dialog box | Excel Discussion (Misc queries) | |||
How do I pause a macro to select specific cells | Excel Worksheet Functions |