Design A VBA User Form - Option Buttons, Command Buttons, Picture Boxes
Design A VBA User Form - Option Buttons, Command Buttons, Picture Boxes
Design a VBA User Form - Option Buttons, Command Buttons, Picture Boxes
http://www.homeandlearn.org/option_buttons_and_command_buttons.html
1/4
4/7/2015
Design a VBA User Form - Option Buttons, Command Buttons, Picture Boxes
Excel Data
Analysis
5 Ways to
Enhance
Excel Data.
Download
the Free
Whitepaper!
To add the YES and NO option buttons, locate the Option Button control in the toolbox:
Draw two of them on the form. Set the following Properties for your two buttons:
OptionButton1
Caption: Yes
Height: 18
Width: 50
Left: 102
Top: 258
OptionButton2
Caption: No
http://www.homeandlearn.org/option_buttons_and_command_buttons.html
2/4
4/7/2015
Design a VBA User Form - Option Buttons, Command Buttons, Picture Boxes
Height: 18
Width: 50
Left: 162
Top: 258
To add the picture box, locate the Image control in the toolbox:
Draw one on your form and set the following properties for it:
Height: 210
Width: 288
Left: 258
Top: 66
3/4
4/7/2015
Design a VBA User Form - Option Buttons, Command Buttons, Picture Boxes
http://www.homeandlearn.org/option_buttons_and_command_buttons.html
4/4