Hi all,
Situation: A checkbox on a userform is set to .Value = True and .Enabled = False.
My Question: Is there a way to click the disabled checkbox and have it set itself back to .Enabled = True and also changing the Value back to False?
I do not want to re-enable it through clicking another button/checkbox on the form. I know it's silly, but the main reason I want the checkbox disabled in the first place is for the way it looks.
Thanks!
Grummet
Situation: A checkbox on a userform is set to .Value = True and .Enabled = False.
My Question: Is there a way to click the disabled checkbox and have it set itself back to .Enabled = True and also changing the Value back to False?
I do not want to re-enable it through clicking another button/checkbox on the form. I know it's silly, but the main reason I want the checkbox disabled in the first place is for the way it looks.
Thanks!
Grummet