Tuesday, 17 April 2018

VBA Sub and Function Procedures

VBA Sub and Function Procedures

Several times in preceding sub-topics, I mention Sub procedures and mention that Function procedures also play a role in VBA. In subsequent topics, I clear up confusion about these concepts.

Topics that follows & their brief description are given bellows:

  1. Sub versus Function procedures
  2. Executing Sub procedure
  3. Executing Function procedure

Sub versus Function procedures

This article gives information about what is a Sub procedure and what is a Function procedure. What is the difference between a Sub procedure and a Function procedure.


Executing Sub procedure

This article shows different ways to execute a Sub procedure in Visual Basic Module and their examples.


Executing Function procedure

This article shows different ways to execute a Function procedure in Visual Basic Module and their examples.

No comments:

Post a Comment