Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Regards, Tom Ogilvy "Todd Huttenstine" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print prevu button brings rights management dialog box - how do i | Setting up and Configuration of Excel | |||
message box without ok or cancel button | Excel Discussion (Misc queries) | |||
Cancel Button | Excel Programming | |||
Dialog Box - User hits cancel | Excel Programming | |||
How do I check if a user clicked the Print Cancel button | Excel Programming |