S
Sammy
I've searched for help within this group on this topic, but I'm not finding
my answer. I have a survey template which uses a Userform to collect
information from the user and then spits the data in the doc via bookmark
placement. I want to use a combo box so the user can select a name from a
list and then that name is entered at the bookmark. I have the following
within the macro to populate the combo box, but I don't know how to then have
the text appear at the bookmark. The bookmark is "bkSignature". Can you
help? I'm using Word 03. Thank you.
Combobox1.additem "Joe Smith"
Combobox1.additem "Sue Jones"
my answer. I have a survey template which uses a Userform to collect
information from the user and then spits the data in the doc via bookmark
placement. I want to use a combo box so the user can select a name from a
list and then that name is entered at the bookmark. I have the following
within the macro to populate the combo box, but I don't know how to then have
the text appear at the bookmark. The bookmark is "bkSignature". Can you
help? I'm using Word 03. Thank you.
Combobox1.additem "Joe Smith"
Combobox1.additem "Sue Jones"