What is the effect of using 'On Error GoTo 0' in a VBA procedure?
-
A
Jumps to line number 0 of the procedure when an error occurs
-
B
Disables any currently active error handler in the procedure
-
C
Resets the error counter variable to zero
-
D
Enables the system-default VBA error handler