Forum Discussion
Gillian_Cunningham
Feb 22, 2022Copper Contributor
Word form add options to selection in a dropdown
Hi I have been asked to create a form in word where the user can pick between 2-3 paragraphs. I was going to do this via drop down However each of the paragraphs also requires the user to input...
Feb 23, 2022
Gillian_Cunningham The way that I would do that would be to make use of a UserForm for the following reasons:
- With any of the "in-document" form options, the drop-down will remain in the document, which is probably not something that you would want.
- With a userform, on making a selection from the drop-down, controls for the other inputs could be shown as applicable for the selection that has been made and when the relevant information has been inserted into those controls, the required paragraph containing that information would appear in the document.
For information on UserForms, see the following pages of Greg Maxey's website :
http://gregmaxey.mvps.org/Create_and_employ_a_UserForm.htm
http://gregmaxey.mvps.org/Populate_UserForm_ListBox.htm