Subprocedure (VBA)
In Microsft Visual Basic for Applications (VBA), a procedure that performs a specific task within a program but returns no explicit value. A subprocedure begins with a "Sub" statement and ends with an "End Sub" statement.