Executable Statements

Tags content that has to do with statements that perform, initiate, control, or influence program actions in VBA (other than declaration statements).

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.

Expression Statements: VBA’s Workhorse

Expression statements do the heavy lifting in VBA. That is because they are prevalent in typical VBA programs. This article introduces these workhorses.