Thread: [Solved] Help in dropdown list
View Single Post
 
Old 04-14-2022, 06:01 AM
macropod's Avatar
macropod macropod is online now Windows 10 Office 2016
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
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

There are all sorts of problems, even such basic ones as a combo box named 'comboName_A1' but code that refers to 'comboName_A'.

Instead of relying on ActiveX controls, I suggest you take a look at using Content Controls. See, for example:
https://www.msofficeforums.com/word-...html#post46903
and, for different elements from a selected dropdown item to be output to different content controls, see:
https://www.msofficeforums.com/word-...tml#post120392
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote