View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Archer Mike Archer is offline
external usenet poster
 
Posts: 52
Default Change optionbutton to true for good

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.
--
Thanks,
Mike