Option button memory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to remove the last action button in userform option button.
What I have is if you go to a worksheet from userform then recall userform
you can not go back again without going somewhere else first.
Thanks
 
You have two possibilities I can see right off. Put a CANCEL button on your
UserForm that will Unload it. Or in your UserForm Initialize code, set the
OptionButtons to False to re-set them.

Mike F
 
Thanks much optionbutton1.value=false worked in each option buttom. Thanks
for putting me on right track
Thanks
 
Back
Top