Excel VBA Practice Test
Excel VBA Excel VBA Error Handling & Debugging 3
What is the effect of using 'On Error GoTo 0' in a VBA procedure?
Select your answer
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
Hint