Function Procedure (VBA)

In Microsft Visual Basic for Applications (VBA), a procedure that performs a specific task within a program and returns a value.  A function procedure begins with a "Function" statement and ends with an "End Function" statement.