procedures


A procedure is a block of Visual Basic statements enclosed by a declaration statement ( Function, Sub, Operator, Get, Set) and a matching End declaration. All executable statements in Visual Basic must be within some procedure. Calling a Procedure You invoke a procedure from some other place in the code. This is known as a procedure call.