It has been a while since i looked at it and as it turns out i had actually put the spaces for the addresses as content controls not bookmarks. Would it be easier to have a textbox on the userform below the combo box and, somehow, have the dropdown input the text into that textbox then copy that to the content control?

As background what i want is a list of 10-15 countries in the combo box and when the country name is selected a full address that is assigned to that country appears in the content control in the document but obviously the address will have several lines to it rather than just being all on 1 line. I really don't mind if i need to write this into autotext, other content controls in the document, textboxes or the vba code. I am really just looking for the absolute simplest way to acheive this since my knowledge of vba is so poor.