There are entire chapters of books written on how to use option buttons.
You will need to be more specific about what you want to do with an option
button.
Private Sub OptionButton1_Click()
MsgBox "This is one way"
End Sub
Show the Control Toolbox toolbar. Select command button and draw ti on your
spreadsheet. Double click the button you just drew and you will be taken to a
code stub in the VBE where you can write your code...
I have an excel workbook that contains active x option button.
I want to see the code for option button.
the sheet is not protected.
can anybody assist how can i look the code for option button.