I'm using Word 2013 and Word 2016.

I have a dropdown list in the Ribbon Bar with four items: apples, pears, bananas and kiwi.

When I select one of those items in the dropdown it opens a userform to ask me what I want to do with that particular fruit:eat it, put in a fruit salad and so on.

Also, having previously selected a fruit from the dropdown, it passes its value to the Registry for future reference as to what had been chosen.

I presently use the GetSetting to put the value from the Registry into a string variable but then get stuck as to what to do next to nudge it on its way.

What I want to do now is to get that Registry value and pass it back to the dropdown so that it makes a constant display of what fruit was earlier selected every time I run the template.

Is this possible, please?