The goal: I’m trying to automate Word so that when a particular choice is made on a form dropdown list it changes what the current choice is on a different dropdown list.

Example

List 1 (Bookmark name: Member) has the following choices
Bob
Chuck
Mark

List 2 (Bookmark name: Number)
1
2
3

So if I select Bob from List 1, List 2 automatically sets itself to 1. When trying to do this, I am getting an error that prohibits this because Word is in a protected state, but if I turn protection off the drop down lists don’t work anyway.

Thanks!