Change optionbutton to true for good

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

Guest

Hello - I have a userform with 3 optionbuttons. When the user selects an
optionbutton, I want the optionbutton to be checked everytime the userform is
ran (until a different optionbutton is checked). I can store the selected
optionbutton in a cell on the workbook and set it to true in the activate or
initialize event... but I don't want to have to store it on the workbook.
 
You can store it in a Name instead - you can hide those so the user cannot
see them.

Jeff
 
Back
Top