Hi folks,
i implemented some error handling in my vba project. when an error occurs i catch it and present some msg-box to the user.
now i wanted to know whether it is possible to get the function that created the error. or the line number where the error occured would also help.
thus simple...