Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Enable / Disable User Form Fields Based on Input.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Vasant Nanavati, post: 10544531"] Will this combination work? Private Sub CheckBox1_Click() If CheckBox1.Value = True Then TextBox1 = vbNullString End If End Sub Private Sub TextBox1_Change() If Len(TextBox1) > 0 Then CheckBox1.Value = False Else CheckBox1.Value = True End If End Sub It's not surprising that if you disable the CheckBox, you can't uncheck it. <g> _______________________________________________________________________ "Mike "MrMunka" Gillingham" [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Programming
Enable / Disable User Form Fields Based on Input.
Top