if i have two function with the same name, one in class module, one in standard module,
how do I call the one in standard module from class module ?
thanks
Printable View
if i have two function with the same name, one in class module, one in standard module,
how do I call the one in standard module from class module ?
thanks
dim returnedvalue
returnedvalue = yourstandarmodule.yourpublicfunction
Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.