Hi,

I am using a Toggle Button on my userform and when it is clicked the first time, I have an IF statement to meet a condition and if it doesn't then I EXIT SUB. My question is, how do I return the toggle button to the original state when I exit sub? I have to press it again to return to the original state once I exit sub which I don't want to do. I have tried:

ToggleButton1 = False
After I exit sub, but nothing seems to work.

Thanks for any help!