G
Guest
In 'Private Sub Command2_Click()' I have a check if any of the available
checkboxes has been activated (via an if loop). If not, a Message is
displayed.
How can I exit the Private Sub after this message has been displayed, there
is no use going through the rest without a checkbox being activated.
checkboxes has been activated (via an if loop). If not, a Message is
displayed.
How can I exit the Private Sub after this message has been displayed, there
is no use going through the rest without a checkbox being activated.