R
Richard Harris
I have a form that opens a password checking form. Can anyone tell me how
to quit the application half way through a Sub without running the rest of
the code if the user enters the wrong password.
I've tried application.exit() but that still runs through the rest of my
code.
..
to quit the application half way through a Sub without running the rest of
the code if the user enters the wrong password.
I've tried application.exit() but that still runs through the rest of my
code.
..