XL: Static and Dynamic Default Buttons in Dialog Boxes
ID: Q105552
|
The information in this article applies to:
-
Microsoft Excel for Windows, versions 5.0, 5.0c
-
Microsoft Excel for Windows 95, version 7.0
-
Microsoft Excel for Windows NT, version 5.0
-
Microsoft Excel for the Macintosh, version 5.0
SUMMARY
In Microsoft Excel custom dialog boxes, there are two types of default
buttons: static and dynamic.
MORE INFORMATION
In custom dialog boxes in Microsoft Excel, you can set one button in a
dialog box as the Default button. To set a button as the Default
button:
- Select the button that you want to be the Default button.
- From the Format menu, choose Object.
- Select the Control tab.
- Select the Default check box.
- Choose OK to accept the change.
The Default button is also called the static default button. Pressing
the ENTER key will activate the Default button only if no other button
has the focus. Other buttons in the dialog box are called dynamic
default buttons. Pressing the ENTER key will activate a dynamic
default button only if that button currently has the focus.
If you have a dialog box that contains multiple controls, such as
those listed here, pressing ENTER when a control has the focus will
either activate the Default button or it will activate another button.
If this control has the Focus Pressing ENTER Activates this control
---------------------------------------------------------------------
DefaultButton DefaultButton
Button2 Button2
Button3 Button3
EditBox1 DefaultButton
CheckBox1 DefaultButton
CheckBox2 DefaultButton
ListBox1 DefaultButton
DropDown1 DefaultButton
In Microsoft Excel for Windows, Windows 95, and Windows NT, if you want a
specific control to have the focus when you display a dialog box, you can
set the Tab Order of the dialog box so that the control is at the top of
the Tab Order. To access the Tab Order dialog box:
- From the Tools menu, choose Tab Order.
- Select the desired control from the Tab Order list.
- Choose the Move Up or Move Down button.
- Choose the OK button.
REFERENCES
"Visual Basic User's Guide," version 5.0, page 228-229
Additional query words:
5.00a 5.00c
Keywords :
Version : WINDOWS: 5.0, 5.0c, 7.0; MACINTOSH: 5.0
Platform : MACINTOSH WINDOWS
Issue type : kbinfo