private procedure

A Sub or Function procedure that has been declared as private by using the Private keyword in a Declare statement. Procedures that are private are accessible only to other procedures in the same module where the procedure is declared.