![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: EAC
Posts: 3
|
Does anyone know what code I would use to create a functional check box and radio button within my worksheet?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
You don't need code to create check boxes or option buttons on a worksheet. Its as easy as drag and drop
The following codes will add a check box and an option button to a userform: Set MyCheckBox = Controls.ADD("Forms.CheckBox.1") Set MyOptionButton = Controls.ADD("Forms.OptionButton.1") |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|