I have a rountine that has the variable 'Validate' dimensioned as boolean.

When the user clicks a command button on a associated userform I want to carry the value of 'Validate' (True or False) to the Private Sub CommandButton_Click.

How is this done?

Many thanks in advance for any help.