I need to call a method that accepts parameters which is located in a global template in Word (located in the user's startup directory for Word). I've learned that basically the only way to do this is for me to set a reference to the global file. All of our users *should* have this global file located on their system in the same location. However, I hate to assume this and have a macro that won't run because it can't find the necessary file. I'd like to have a variable grab the user's startup location and then dynamically add a reference to that file where the macro is located. Is this possible?