xldialog question

G

Gary Keramidas

is there any way top trap the cancel button when using
application.Dialogs(xlDialogPrinterSetup).Show?
 
P

Peter T

AFAIK all the dialogs return True (OK) or False (Cancel/Esc)

bOK = Application.Dialogs(xlDialogPrinterSetup).Show

Regards,
Peter T
 
G

Gary Keramidas

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
 

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

Top