Sub procedure <definition> From Microsoft VBA previous page next page 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. previous page start next page