Hello,
(I searched the forums, but didn't find what i was looking for)
I have a question about error handling. If I -in the top of my module- write 'on error goto errhandling' and in the middle -in a WITH-statement' I write 'On error resume next' , why is the first error handling working and not the second (on error resume next)? In the first part of my code, i had to check if a user did something wrong, but in the 'with' statement I want the code just keep firing.
Short:
Is that possible to use 'On error goto errhandling' and 'On error resume next' in the same module / code?
Thanks.
Albert
(I searched the forums, but didn't find what i was looking for)
I have a question about error handling. If I -in the top of my module- write 'on error goto errhandling' and in the middle -in a WITH-statement' I write 'On error resume next' , why is the first error handling working and not the second (on error resume next)? In the first part of my code, i had to check if a user did something wrong, but in the 'with' statement I want the code just keep firing.
Short:
Is that possible to use 'On error goto errhandling' and 'On error resume next' in the same module / code?
Thanks.
Albert