Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there any way top trap the cancel button when using
application.Dialogs(xlDialogPrinterSetup).Show? -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
AFAIK all the dialogs return True (OK) or False (Cancel/Esc)
bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... is there any way top trap the cancel button when using application.Dialogs(xlDialogPrinterSetup).Show? -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks, worked fine
-- Gary "Peter T" <peter_t@discussions wrote in message ... AFAIK all the dialogs return True (OK) or False (Cancel/Esc) bOK = Application.Dialogs(xlDialogPrinterSetup).Show Regards, Peter T "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... is there any way top trap the cancel button when using application.Dialogs(xlDialogPrinterSetup).Show? -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Capture user input into xldialog print | Excel Programming | |||
Value From xlDialog | Excel Programming | |||
Append code to a xlDialog | Excel Programming | |||
XLDialog Printer Setup | Excel Programming | |||
xldialog | Excel Programming |