View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fan924 Fan924 is offline
external usenet poster
 
Posts: 238
Default Changing Option Buttons status

* * With Worksheets("othersheetnamehere")
* * * * .OptionButton1.Value = False
* * * * .OptionButton2.Value = False
* * * * .OptionButton3.Value = False
* * End With


Thanks Dave