xldialog question

  • Thread starter Thread starter Gary Keramidas
  • Start date Start date
G

Gary Keramidas

is there any way top trap the cancel button when using
application.Dialogs(xlDialogPrinterSetup).Show?
 
AFAIK all the dialogs return True (OK) or False (Cancel/Esc)

bOK = Application.Dialogs(xlDialogPrinterSetup).Show

Regards,
Peter T
 
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
 
Back
Top