Hello all...I was looking for a way to implement a line of code that on error jumps to a specific line...there are a couple instances of my code that in some circumstances I really need it to jump if there is an error. .if there were a way to do it something like On Error GoTo Line 37 could I just put that anywhere in the code? AND would it have to specify the line of that sub or the line of the code on that page in total? In example I have 3 subs so would it be line 200 even though it's technically the second line of that sub? Thanks!