Excel VBA Practice Test
Excel VBA Excel VBA Automation & Macros 2
What is the purpose of the On Error GoTo statement in VBA?
Select your answer
A
Skips the next line of code
B
Redirects execution to an error-handling label when a runtime error occurs
C
Logs errors to a file automatically
D
Converts errors to warnings
Hint