I just have a quick question. I have created a user form that has two frames on it. And each has a few option buttons. I am just wondering how to make it so that when i start it, i can specify which buttons i want selected when the form pops up, but then the user can select a different one if they want.
I think it has to go in the initialize section. For a list i know it is like
input1.listinde x = 0 ;
but i don't know how to do it for the buttons
thanks
I think it has to go in the initialize section. For a list i know it is like
input1.listinde x = 0 ;
but i don't know how to do it for the buttons
thanks
Comment