|
-
Sep 18th, 2000, 07:44 PM
#1
Thread Starter
New Member
How do I get the name of a Procedure automatically so
I can report it in my error handling.
eg
Sub DoSomethingCool()
OnErr: <error handler > "Error, " & err, & "occurred in DoSomethingCool"
End Sub
i.e. is there a way to handle this better so that if the procedure name changes the erorr handler picks up the new change, without having to modify the error handler message?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|