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:
- Sub versus Function procedures
- Executing Sub procedure
- 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