Unselect CheckBox in UserFrom

bpc50

New Member
Joined
Jul 12, 2002
Messages
11
I have a UserForm with several CheckBox items that I can't unselect once they are selected without unloading the UserForm and restarting. The "Behavior" parameters assocated with these items are exactly the same as those in CheckBox items in other UserForms with that I can unselect just fine. OK, this is probably simple, but...
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Off the top of my ("It's Saturday, I relax today") head:
What are you doing with
.Locked
.Value
.TripleState
.Enabled
?

Start looking into these properties, see what you find.
Steve
 
Upvote 0
Well, if it's not those things, you may need to save an extra copy of the workbook and start commenting out the _Click events for the Checkboxes, and anything that references the .Values of the Checkboxes.

Do you recall the last time the form worked as expected? Do you SaveAs frequently, with suffixing ("TheFile001", "TheFile002"...)?

If you do, work your way backwards in the versions, until you find one the works properly. At that point, try to recall what changed from the 'good' version to the 'bad' version.
 
Upvote 0

Forum statistics

Threads
1,214,817
Messages
6,121,717
Members
449,050
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top