Print Dialog Cancel Button

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

Hey guys

When you go to file and print, the print dialog displays.
If the user clicks the cancel button I need for a
particular code I wrote to run. Therefor I need to trap
this event. How do I trap this Cancel click event on the
print dialog screen?


Thank you
Todd Huttenstine
 
Unless your code is displaying it with

res = Application.Dialogs(xlDialogPrint).Show
you don't.

It seems like an unusual situation where you need to react to a user trying
to print using the menus and then changing their mind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top