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