eckert1961
New Member
- Joined
- Aug 16, 2002
- Messages
- 36
Hello,
I'm running Microsoft Project 2003 and in my macro I'm setting the path to PERSONAL.XLSB using the following code.
This works but if I want to distribute this to another user how would I need to alter the code so that no manual editing will be required?
Thanks,
Chris
I'm running Microsoft Project 2003 and in my macro I'm setting the path to PERSONAL.XLSB using the following code.
Code:
Set xlBook = xlApp.Workbooks.Open("C:\Documents and Settings\Eckec\Application Data\Microsoft\Excel\XLSTART\PERSONAL.XLSA")
This works but if I want to distribute this to another user how would I need to alter the code so that no manual editing will be required?
Thanks,
Chris