Thread
:
Option Buttons
View Single Post
#
1
Posted to microsoft.public.excel.programming
dayton
external usenet poster
Posts: 7
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
Reply With Quote
dayton
View Public Profile
Find all posts by dayton