Thread: Option Buttons
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dayton dayton is offline
external usenet poster
 
Posts: 7
Default Option Buttons

How do I make sure that one of my two buttons have been selected before the
rest of my code exectues.


If OptionButton1 "NOT SELECTED" and OptionButton2 "NOT SELECTED" then
MsgBox "Make Selction".....
Else
'Execute statements

End If