G Gary Keramidas Nov 29, 2006 #1 is there any way top trap the cancel button when using application.Dialogs(xlDialogPrinterSetup).Show?
is there any way top trap the cancel button when using application.Dialogs(xlDialogPrinterSetup).Show?
P Peter T Nov 29, 2006 #2 AFAIK all the dialogs return True (OK) or False (Cancel/Esc) bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T
AFAIK all the dialogs return True (OK) or False (Cancel/Esc) bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T
G Gary Keramidas Nov 30, 2006 #3 thanks, worked fine -- Gary Peter T said: AFAIK all the dialogs return True (OK) or False (Cancel/Esc) bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T Click to expand...
thanks, worked fine -- Gary Peter T said: AFAIK all the dialogs return True (OK) or False (Cancel/Esc) bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T Click to expand...