Sub or Function not defined

Error 35

 

A Sub or Function procedure is called but is not defined.

Possible causes:

         The specified procedure is not visible to the calling procedure.  Procedures in a form cannot be called from procedures outside the form.   Use Find on the Edit menu to locate the procedure.

         You have declared a dynamic-link library routine, but the routine is not in the specified library.

         You have misspelled the name of your procedure.