How would I reference a module as an object. I have a line of code that uses the CallbyName function. I want to say CallbyName(myModule, myProc, vbmethod, (myarguments)) Any ideas on declaring this module as an object and setting it so that I can use it?