I have a document with a ContentControl containing a dropdown list of six items, that is duplicated many times through one document.
I want to replace the list items.
Each value of the list stays at the same position and should stay selected as before; they should just get a new name (e.g. changing values A-F into 1-6; everywhere I selected D, should now be selected 4)
I found this but it's not executable. I pasted this into a new module.
It doesn't have to be a VBA approach, I'd be fine with a find&replace method or other built-in tool.
It can be a VBA approach, if there is not much understanding/editing needed on my side.
I am not able to set a value that differs from the name, they are always the same. When I type in one, the other is typed simultaneously.
EDIT - fixed the issue with re-setting the value after mapping the list to the new values.
Here's something for you to work with: