How to use active X Control
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
"Aligahk06" wrote in message
...
Dear All,
How to use active x Option Button programmatically.
Please assist ?
Rgds,
Aligahk06
|