We have set up some building block content controls in tables (in Word 2010) for the users to select a status (High, Medium, Low).
We used building blocks rather than dropdown lists so that we could format the values in specific colours.
Now I want to run a macro that scrolls through the whole document and pulls out information from these many tables and displays a summary elsewhere.
Most info I can grab but I cannot work out how to get the value of one of these controls from VBA (it returns “/” instead of High/Medium/Low or even a number).
If I use a dropdown list instead I can get the status value in a macro.
So can you help me work out what methods to use to get the value of a building block content control?
Alternatively, can I somehow use conditional formatting – if a dropdown value is “High”, make it red, Amber if medium, and green for low?
thanks,
Margaret