Well, seems like I found a work around..
Had to map the drive, I used Z:\
ChDrive("Z:\")
ChDir(ActiveWorkbook.Path)
Worked, but didn't want to have to do the mapping, because if someone deletes the mapping, the program stops working.. :)
So if anyone else has a thought, let me know.
Thanks
Hello...
I am trying to change my current directory to a directory on a server.
CurDir says its "C:\....\My Documents\"
I tried to:
ChDir = ("\\cle-filesrv-01\.....\")
but it doesn't change my current path.
Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.