I am new to option buttons and I have a pretty simple question. I have written a macro to run a certain way if the option button is clicked. So the code runs when

OptionButton1.Value = True
My easy question is: How do I set it back to being unclicked? Is there a line of code I should put in?