|
-
June 13th, 2001, 09:50 PM
#1
trap the line of error ?
how can i trap in which (line & column) of module-class-form-.... has the line occured
e.g msgbox "Error on " & err.mod & err.desrc & what?
thnks
-
June 14th, 2001, 02:28 AM
#2
Re: trap the line of error ?
The only way that I know is to use line numbers in your project which if it is a big project could be a real pain. I use Numega Failsafe personally which will do all this for you but it's expensive. If you have line numbers in your project then you can use VBA.Erl to get the line the error occured on.
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
|