Forum Discussion
ld
Jul 25, 2022Copper Contributor
Autofill/Cross Reference in Word Tables
I have a table in Word that I fill out before restricting the document and having users fill in the remaining form fields. I use a Drop-Down List Content Control to fill in one cell of the table and ...
ld
Copper Contributor
There are 23 entries in the dropdown and specific selections will return one of 5 corresponding names. I've written an IF/OR formula to do the same thing, but in Excel.
My knowledge of content control is extremely limited, I only just stumbled across the settings we now have in place.
My knowledge of content control is extremely limited, I only just stumbled across the settings we now have in place.
Jul 26, 2022
You will need to use the Visual Basic Document_ContentControlOnExit event, most probably with a Select Case construction to return the required one of the 5 names.