Calling a macro in another document

I'm searching for a way to call a VBA macro from another document.
When I'm running e.g.:
   Application.GMSManager.RunMacro "GlobalMacros", "Test.ZMenExec", pId
this works, but If I replace 'GlobalMacros' with the name of my module, it does not work anymore

Parents Reply Children