Glossary Visual Basic / Term
Sub procedure
A procedure that performs a specific task within a program, but returns no explicit value. A Sub procedure begins with a Sub statement and ends with an End Sub statement.
Permanent link Sub procedure - Creation date 2020-06-07