I've written code which adds a combo box dropdown list to a Word template and populates it with data from a database table (data not static, may change each time template is used).

This same list may be used to enter several projects and descriptions into the document each time so I need to repeat the code to add another box. However, I cannot loop it until the user selects a project from the first box. How do I prompt the user to make a selection from a combo box dropdown list and either pause the code until the user makes a selection from the dropdown or have the macro wait until a selection is made, then have it continue? Thanks for your help...I don't really have a code to show for this part of the macro because I don't know what to use to have it wait for input but I'd be happy to post anything else to show how I'm populating the lists, etc. Thank you!!!!