> I have a user form where a user enters a list of words to be inserted in a
> document. The words they enter populates a drop down list and the user can
[quoted text clipped - 8 lines]
>
> Is there a command for this that I have missed?
You have to populate the list from a persistent source.
When the Form loads, you need to build the list at an appropriate time by
retrieving the saved list from a file or from the registry.
When the program is finished, the program needs to save,the list if
modified, to a persistent source from whence the list elements can be
retrieved next ti,e the program is executed.
> sue