Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Chip:
Just out of curiosity, why the CBool? Regards, Vasant. "Chip Pearson" wrote in message ... Todd, Try something like the following in the user form's code module: Private Sub CheckBox1_Click() Me.TextBox1.Enabled = CBool(Me.CheckBox1.Value) End Sub "Todd uttenstine" wrote in message ... I have CheckBox1 and TextBox1 on a UserForm. What is the code that would enable entry into TextBox1 if CheckBox1 has a check in it? Thank you Todd Huttenstine |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkbox and conditional formating | Excel Discussion (Misc queries) | |||
Enabling voting button | Excel Discussion (Misc queries) | |||
Shrinking Checkbox and Radio Button | Excel Discussion (Misc queries) | |||
using a checkbox for a conditional function | Excel Worksheet Functions | |||
Help with function to add percentage to cell based on checkbox. | Excel Worksheet Functions |