How do I create a pulldown list and write the coding

C

cynfree

I need to create a pulldown list with 6 names in it. And write coding to
make it work.
 
D

Doug Robbins - Word MVP

Where? If it's in a document, use a DropDown FormField and in the
Properties dialog of the field, add the names that are to be displayed in
the dropdown.

If it's in a userform, use the .AddItem method.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
Top