Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All,
I'm using
to execute a sheet to print.
My question is, How do I put add in the vba code to wait until the user clicks the printer icon is pressed for it to then produce:
I'm trying to achieve that the vba code waits until the user prompts this icon.
Any suggestions?
Thanks,
pinaceous
I'm using
Code:
Application.CommandBars.ExecuteMso ("PrintPreviewAndPrint")
My question is, How do I put add in the vba code to wait until the user clicks the printer icon is pressed for it to then produce:
Code:
MsgBox "Click Print Proceed!"
I'm trying to achieve that the vba code waits until the user prompts this icon.
Any suggestions?
Thanks,
pinaceous