Word 2013 win 8.1
I have two Content Control DropDown boxes in a .dotm file:
Dropdown1 DropDown2
Display Name Value Display Name Value
A blue 10 north
B red 11 south
C green 12 east
I need VBA onExit of the DropDown box for the 'selected' value i.e.
Private Sub Document_ContentControlOnExit(ByVal CC As ContentControl, Cancel As Boolean)
"A" in the field to actually display "blue"
"10" in the field to actually display "north"
THANKS