C
Craig
I use the following to open a word document.
Application.FollowHyperlink "C:\Documents and Settings\Craig\My
Documents\Letter.doc"
This document is for a mail merge.
This works fine on my own computer. If i pass this program on to someone
else, unless their name is the same as mine this is not going to work.
How can I get this to apply to the "User" (without having to edit the code
and change the name for all copies installed)
Thanks
Craig
Application.FollowHyperlink "C:\Documents and Settings\Craig\My
Documents\Letter.doc"
This document is for a mail merge.
This works fine on my own computer. If i pass this program on to someone
else, unless their name is the same as mine this is not going to work.
How can I get this to apply to the "User" (without having to edit the code
and change the name for all copies installed)
Thanks
Craig