BigJimSlade
Registered User.
- Local time
- Today, 10:13
- Joined
- Oct 11, 2000
- Messages
- 173
Hi, Big Jim here,
I did not know how to articulate this well, so I hope it has not already been posted 1,000 times.
Suppose I was running Sub Procedure A and called Sub Procedure B. Procedure B gets an error, and my error handling causes Proc B to end and return to Proc A.
Is there an intrinsic means within VBA to show that an error was handled once I have left Proc B? (This is all because I may not want to run Proc A any further if Proc B failed.)
Thanks in advance...
Big Jim
I did not know how to articulate this well, so I hope it has not already been posted 1,000 times.
Suppose I was running Sub Procedure A and called Sub Procedure B. Procedure B gets an error, and my error handling causes Proc B to end and return to Proc A.
Is there an intrinsic means within VBA to show that an error was handled once I have left Proc B? (This is all because I may not want to run Proc A any further if Proc B failed.)
Thanks in advance...
Big Jim