Hi all,
I have a username/password form and when the user clicks ok the program goes through some checks and then is meant to load another form.
But when the user clicks on the program brings up the vba code window and highlights a line in yellow. When I press F5 the program continues and carrys on as normal and loads the form.
when I next load the form it goes in stragiht away.
The line it stops on is:
There isn't a break point here (i.e. not in red).
Any ideas anybody?
Thanks
I have a username/password form and when the user clicks ok the program goes through some checks and then is meant to load another form.
But when the user clicks on the program brings up the vba code window and highlights a line in yellow. When I press F5 the program continues and carrys on as normal and loads the form.
when I next load the form it goes in stragiht away.
The line it stops on is:
Code:
Case 0, 1
There isn't a break point here (i.e. not in red).
Any ideas anybody?
Thanks