Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Vordak

  1. Vordak

    VBA ChDir not working on a Network Share

    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
  2. Vordak

    VBA ChDir not working on a Network Share

    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?

Part and Inventory Search

Back
Top