I have created a simple user form in Word 2000 with two checkboxes (CheckBox1 and CheckBox2) with corresponding textboxes (TextBox1 and TextBox2). I would like the user to be able to select one or both of the checkboxes(got that part). On the word document, I have created a bookmark "b3" to mark the location where I would like the text to be copied to.
I am having difficulty transferring the text from the user's selection to the active document behind the form. I know it is the reference to the bookmark. Here's where I'm stuck:
If CheckBox1.Value = True Then ActiveDocument.Bookmarks("b3")= TextBox1.Value
Thanks in advance for any assistance.
supernewb
I am having difficulty transferring the text from the user's selection to the active document behind the form. I know it is the reference to the bookmark. Here's where I'm stuck:
If CheckBox1.Value = True Then ActiveDocument.Bookmarks("b3")= TextBox1.Value
Thanks in advance for any assistance.
supernewb