Jump Statements

Tags content that has to do with executable VBA statements that transfer program execution or control from one code-line to another and in or out of procedures.

The Call Statement | VBA Jump Statements

Here, you’ll explore the Call statement which transfers control between procedures and DLLs. It is a VBA jump statement for non-sequential code execution.

The Exit Statement | VBA Jump Statements

Here, you’ll explore the Exit statement which instantly leaves a block. It is one of several VBA jump statements that enables non-sequential code execution.