the syntax of the if statement is the following:
the code is executed only if the condition/s is/are met, therefore if no selection is made, the only code that will be executed is that before the "else" statement (that is, only a msgbox will appear).
Conversely, if the condition/s isn't/aren't...