Thread
:
Changing Option Buttons status
View Single Post
#
1
Posted to microsoft.public.excel.programming
Fan924
external usenet poster
Posts: 238
Changing Option Buttons status
* * With Worksheets("othersheetnamehere")
* * * * .OptionButton1.Value = False
* * * * .OptionButton2.Value = False
* * * * .OptionButton3.Value = False
* * End With
Thanks Dave
Reply With Quote
Fan924
View Public Profile
Find all posts by Fan924