userid in macro
Try:-
UserProfileFolder = Environ("UserProfile")
To return the user-profile and incorporate the variable into the path
Workbooks.OpenText Filename:= "C:\Documents and Settings\" &
UserProfileFolder &" myid\Desktop\assys.txt",..
Mike
"mmccoog" wrote:
I have a macro that opens a file on my desktop and references the full
pathname including my id. Is there a way to convert this so that anyone can
use it?
example:
Workbooks.OpenText Filename:= "C:\Documents and
Settings\myid\Desktop\assys.txt",...
We all will have the same pathname with the exception of "myid"
Thanks for your help,
Mary Ann
|