B
BBD
I created a userform in VBA that uses option buttons to
select text for insertion into a locked form field. I can
get the form to appear, but when I select my option, it
inserts the text before I click the OK button. I placed
the Form results in the Sub OptionButton1().
My experience was with WordBasic where I would use a
ButtonPushed line to define my Command Buttons and a Case
Array to define the choices so I am unused to the commands
in VBA. Can someone help me here?
select text for insertion into a locked form field. I can
get the form to appear, but when I select my option, it
inserts the text before I click the OK button. I placed
the Form results in the Sub OptionButton1().
My experience was with WordBasic where I would use a
ButtonPushed line to define my Command Buttons and a Case
Array to define the choices so I am unused to the commands
in VBA. Can someone help me here?