parameter <definition> From Microsoft VBA previous page next page parameter Variable name by which an argument passed to a procedure is known within the procedure. This variable receives the argument passed into the procedure. Its scope ends when the procedure ends. previous page start next page