Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi Al,
I'm using the following code to call a printer.
How do I add if the user clicks the
Thank you!
pinaceous
I'm using the following code to call a printer.
Code:
Sub PromptPrinter()
Application.Dialogs(xlDialogPrinterSetup).Show
End Sub
How do I add if the user clicks the
button that the sub can provide a Msgbox "Cancel" ?Cancel
Thank you!
pinaceous