I have a group of radios (OptionButton) in Excel VBA called priority_y and priority_n within the frame fr_Priority. How would I set priority_y as the default radio checked. I understand that it would have to be done under Private Sub UserForm_Initialize() but have no idea how to. I would appreciate any insight into the matter.
I have a group of radios (OptionButton) in Excel VBA called priority_y and priority_n
Share
You can set its value to 1 like this: