Hi,
I have built an app and wish to add simple Erorr handling.
My basic error handling will be
VB Code:
On Error GoTo ErrorHandler iniclsUser CreateSiteEvent "test", "TESTING", 1 CreateJobEvent "test", "TESTING", 1 ErrorHandler: LogError err.Number,"mdlGlobal","testSiteCreation",err.Description
is there a way to open each module and add these lines Capturing the Module name that i am in and the sub/function name using code ?
thansk
David




Reply With Quote