O oscar.c.marin Oct 20, 2008 #1 I get a "function does not exist" or similar when function defined in Module1 is called from UserForm. Thanks in advance.
I get a "function does not exist" or similar when function defined in Module1 is called from UserForm. Thanks in advance.
J JMB Oct 20, 2008 #2 Private functions can only be called from code located in the same module. Remove the private keyword.
Private functions can only be called from code located in the same module. Remove the private keyword.