Aug 9, 2005 #1 Vordak Programmer Aug 9, 2005 2 US 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?
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?
Aug 9, 2005 Thread starter #2 Vordak Programmer Aug 9, 2005 2 US 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 Upvote 0 Downvote
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
Aug 9, 2005 #3 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, What are you using current directory for? Its a DOS throwback. I never use, and I reference a network using server designations rather than drives. Skip, [red]A palindrome gone wrong?[/red] A man, a plan, a ROOT canal... PULLEMALL! Upvote 0 Downvote
Hi, What are you using current directory for? Its a DOS throwback. I never use, and I reference a network using server designations rather than drives. Skip, [red]A palindrome gone wrong?[/red] A man, a plan, a ROOT canal... PULLEMALL!