R
red6000
Hi,
I have a module called myFunctions with many functions in it.
I then have a userform where I then call the functions.
To do this I am using:
myFunctions.nameOfFunction
is there a way I can define myFunctions in the user form to save me having
to keep typing it, ie I want to be able to code with:
f.function1
f.function2
f.function3
instead of
myFuncation.function1
myFuncation.function2
myFuncation.function3
Thanks for the help.
I have a module called myFunctions with many functions in it.
I then have a userform where I then call the functions.
To do this I am using:
myFunctions.nameOfFunction
is there a way I can define myFunctions in the user form to save me having
to keep typing it, ie I want to be able to code with:
f.function1
f.function2
f.function3
instead of
myFuncation.function1
myFuncation.function2
myFuncation.function3
Thanks for the help.