I have a drop-down content control element in my word doc. When I look at the properties of that content control, they define the "Display Name" and a "Value". I've found VBA code that shows how to grab the display text/name, but I cannot find anything that shows how to get the value information using VBA.
I basically want to pull the "value" field from this, and a couple of other drop-downs, to fill in a text field via VBA.
