Input box based upon a list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to use an INPUT BOX that rather than having a user key in
something, they would choose from a list. Is this possible?
If so how would you code?

Thanks,
Bryan
 
bryan said:
I would like to use an INPUT BOX that rather than having a user key in
something, they would choose from a list. Is this possible?
If so how would you code?

Thanks,
Bryan

Not literally an InputBox (which can only handle a single text field), but a
UserForm with a listbox or combobox control placed on it will do that. See
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm to get started
(although that discusses only text fields). If you need more than the VBA
help can supply, post over in the microsoft.public.word.vba.userforms
newsgroup
(http://www.microsoft.com/communitie...t.aspx?dg=microsoft.public.word.vba.userforms).

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top