Hello everyone.
I have a userform with various option buttons and when any option button is selected the corresponding code enters info on an excel chart depending on which button was selected. The user then can reopen the userform and will see the option button that was previously selected automatically selected via "userform initialize" (i.e. OptionButton1 = True).
The issue i am having is that as soon as the userform starts up it actually executes the option button and in my case causes errors because i only wanted the option button to run once in the first time the userform is opened. in this case the useform is running it a second time when the userform is opened a second time. How can i tell the code to mark the option button as true but not execute it?
Looking forward to any responses![]()
Bookmarks