S
Sophia
Hello ...
Is it possible to use the Word97 toolbar to insert a combobox in a
document, where the data entered into the combobox is stored (like a
document variable) in the document?
If it's possible to do that, could you please refer me to some sites
where I can find basic information on how to work with that/
My plan is to use a button on a toolbar to insert a combobox in a
recently-opened rtf document.
After that, to allow the user to enter a list of "SearchWords" into
the combobox, and then write some code that will refer to the list and
accomplish the following:
For each Section in the document,
For each SearchWord stored in the combobox,
Find the first instance of the SearchWord in the Section
Format the SearchWord found in the document to "Bold"
Next section
Is this feasible ... or will I require a UserForm with a combobox on
it that is populated from Document Variables?
Need some suggestions ... am willing to do my homework if you'll point
me in the right direction ...
TIA
Sophia
Is it possible to use the Word97 toolbar to insert a combobox in a
document, where the data entered into the combobox is stored (like a
document variable) in the document?
If it's possible to do that, could you please refer me to some sites
where I can find basic information on how to work with that/
My plan is to use a button on a toolbar to insert a combobox in a
recently-opened rtf document.
After that, to allow the user to enter a list of "SearchWords" into
the combobox, and then write some code that will refer to the list and
accomplish the following:
For each Section in the document,
For each SearchWord stored in the combobox,
Find the first instance of the SearchWord in the Section
Format the SearchWord found in the document to "Bold"
Next section
Is this feasible ... or will I require a UserForm with a combobox on
it that is populated from Document Variables?
Need some suggestions ... am willing to do my homework if you'll point
me in the right direction ...
TIA
Sophia