I have created a userform that contains, among other things, a yes/no listbox. When the user selects "yes" in response to the question in the userform, I need a specific sentence/paragraph to be automatically inserted into a specific place in the document body once the 'Populate Document" button is pressed. When the user selects "no", I need no changes to be made to the document text. What code can I use to make this happen? (I am an extreme newbie).

Not sure if this will be relevant, but I have been using document variables to auto-populate other portions of the document from the userform.

Thanks in advance!