Glossary Visual Basic / Term
A named sequence of statements executed as a unit. For example, Function, Property, and Sub are types of procedures. A procedure name is always defined at module level. All executable code must be contained in a procedure. Procedures can't be nested within other procedures.
Permanent link Procedures - Creation date 2020-06-07