Hi Yasmin,
I can put a combo box on the page in Word, but I don't
know how to enter text into it.
That requires VBA; the same code that will work for filling
a combo box in a UserForm will also work (basically) for a
combo box on a document. You might want to look up
"Combobox Control" in the Word VBA Help files.
You'll probably also find examples for combo boxes on
UserForms on the mvps.org/word website.
Also, you could go to the msdn website
(
http://msdn.microsoft.com) and search on my name. You
should turn up an article on using ActiveX controls in Word
documents, and the sample file for that has code for adding
text to a combo box.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail