J
Jim
In a sub
TryAgain:
(some code)
Application.GoTo TryAgain
(more code)
End Sub
I never use GoTo statements except for error handling so I wonder if they
will backup as well as skipping lines? I really need this thing to back up.
When running, the Application.Goto TryAgain line is skipped as if it isn't
there. Not even an error. What's up?
Thanks for any help.
TryAgain:
(some code)
Application.GoTo TryAgain
(more code)
End Sub
I never use GoTo statements except for error handling so I wonder if they
will backup as well as skipping lines? I really need this thing to back up.
When running, the Application.Goto TryAgain line is skipped as if it isn't
there. Not even an error. What's up?
Thanks for any help.