ChDir & ChDrive
Oct 29, 2008the following ....
View 10 Repliesthe following ....
View 10 RepliesI can not figure out why the ChDir command doesn't change to "C:" as programmed, instead it defaults to (I'm guessing last active folder) on my "D" drive (Which is "D:Test")? My goal is to check if "PPG" exists in "C:MEASURE-6000", if not use "C:" as a default.
View 2 Replies View RelatedI have a really strange problem i have two different hard directories o: & u:
i have the following code linked to a command button
chdir "U: foldername foldername foldername"
saveactiveworkbook.saveas range("c9")
I am running a small segment of code in which the user is taken to a specific directory to choose the correct file.
ChDir "\Intranetuserscsandsads"
strInventoryOH = Application. GetOpenFilename
The dialogue box is not opening to the correct directory. I believe there are no permission issues as I have full access to this directory.