Group: microsoft.public.word.vba.general
From: "Doug Robbins - Word MVP"
Date: Saturday, April 05, 2008 4:03 AM
Subject: Re: Combo Box

See the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm

On a userform you could have a text box and a listbox and use the AddItem
command to add the item that is entered into the text box to the list and
use the RemoveItem to remove an item from the Listbox.




--
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

"SoNew2This" wrote in message
news:AD05ED50-6CE5-4264-9AF3-F6AB7F2ECBA1@microsoft.com...
> Is there a way in Word VBA to create a combo or list box where values can
> be
> displayed and also have the ability to add and delete items. For instance
> have a list of predefined food that the user can modify via the list and
> add
> additional items or remove items of food they don't want on the list?
>
> Thanks in advance