View Single Post
 
Old 09-28-2017, 04:14 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,387
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

In Word, you'd ordinarily manage this kind of thing via a userform attached to the document's template. Depending on how it's implemented, the userform could open when:
• creating a new document from the template;
• opening any document based on the template; and/or
• invoked via a macro/shortcut.
See attached demo document; it's a pretty basic implementation with 8 choices. Simply scroll up/down, then click on a choice to see the document get updated. Closing the userform will retain the text corresponding with the choice in the document. The userform & code are accessible via Alt-F11. For more info on userforms, see: http://www.gmayor.com/Userform.htm
Attached Files
File Type: doc Userform Dropdown Demo.doc (58.5 KB, 16 views)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote