S
Starbird
I have built a template with a UserForm containing several options using text
boxes, radial buttons and check boxes. The text boxes work fine and I have
managed to get the UserForm to perform the function for the radial buttons
and check boxes upon opening the template and making the selection, however,
if option 1 is selected and the user decides to select option 2 instead, it
errors out because the function for option 1 already occured making the
second selection option impossible. I need to figure out how to tell my
document not to perform the action selected on the userform until the 'OK'
button is selected. Can someone lead me in the right direciton please!!!
I thought if I put the script in the "ThisDocument" section rather than the
"UserForms" section it would make more sense, but I can't figure out how to
make it work there either.
Thanks in advance for any help or insight.
boxes, radial buttons and check boxes. The text boxes work fine and I have
managed to get the UserForm to perform the function for the radial buttons
and check boxes upon opening the template and making the selection, however,
if option 1 is selected and the user decides to select option 2 instead, it
errors out because the function for option 1 already occured making the
second selection option impossible. I need to figure out how to tell my
document not to perform the action selected on the userform until the 'OK'
button is selected. Can someone lead me in the right direciton please!!!
I thought if I put the script in the "ThisDocument" section rather than the
"UserForms" section it would make more sense, but I can't figure out how to
make it work there either.
Thanks in advance for any help or insight.