![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
if I have an error handler like this on error goto fErr fExit: exit sub fErr: msgbox err.description resume fExit is there a way for the msgbox to also display either the line # or the actual vba of the line that caused the error There is a property in VB called Erl (I'm not sure this property exists |
#3
| |||
| |||
|
|
if I have an error handler like this on error goto fErr ... ... fExit: exit sub fErr: msgbox err.description resume fExit is there a way for the msgbox to also display either the line # or the actual vba of the line that caused the error note, the above msgbox is for illustration purposes, the actual error handler logs the error to a text file, that's why logging the line # or a reference to it would be helpful |
![]() |
| Thread Tools | |
| Display Modes | |
| |