Andy has attended:
Excel VBA Intro Intermediate course
Private functions
How do private functions work?
RE: Private functions
Hi Andy
Thank you for your question.
A private function or sub can only be used by code within that module. Other modules will not be able to refer to that function or sub.
Regards
Laura GB