P
placek
Hi there
I am getting a Resume without error (20) error when i run
my code, despite
1) My resume statement being contained within the error,
and
2) My line labels are spelt correctly.
Here is my code (part of):
On Error GoTo Err_Reserve_Click
..
..
..
..
Err_Reserve_Click:
MsgBox Err.Number & " " & Err.Description
Resume Exit_Reserve_Click
Exit_Reserve_Click:
Exit Sub
I assume there is some obvious mistake i am missing. Can
someone please point it out.
Many thanks, Martin
I am getting a Resume without error (20) error when i run
my code, despite
1) My resume statement being contained within the error,
and
2) My line labels are spelt correctly.
Here is my code (part of):
On Error GoTo Err_Reserve_Click
..
..
..
..
Err_Reserve_Click:
MsgBox Err.Number & " " & Err.Description
Resume Exit_Reserve_Click
Exit_Reserve_Click:
Exit Sub
I assume there is some obvious mistake i am missing. Can
someone please point it out.
Many thanks, Martin