View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
oscar.c.marin[_2_] oscar.c.marin[_2_] is offline
external usenet poster
 
Posts: 12
Default Scope of private function

I have declared a private function in a VBA Module, but a get a "Sub or
Function not defined" error when called from a UserForm.

Any ideas?

Thanks in advance.

Oscar