Excel: Checking Results of a User-Defined Dialog BoxID: Q32364
|
To check the results of a user-defined dialog (UDD), you can insert in
your macro immediately after the =DIALOG.BOX() statement, statements
that check the Initial/Result column (Column 7) of the dialog box
description table.
For example, if you want to check that all Edit fields of a dialog box
have been filled in, use an IF() statement such as the following:
=IF(cellref="",result-if-true,result-if-false)
Additional query words: 1.5 2.2 2.20 3.0 4.00
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 12, 1999