View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default 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