
The code looks like it should work, assuming that each dropdown currently shows one of the three choices in the Cases.
It isn't obvious whether you placed the code in the ThisDocument module of either the document containing the controls or the template that's attached to the document. It should not be in any "regular" module.
When you select the ThisDocument module in the Project pane, you can choose Document in the dropdown at the top left of the code panel. Then the available event handlers are listed in the dropdown at the top right. Besides ensuring that the code is in the correct module, this procedure automatically enters the correct Sub statement with all its parameters.