J
Jeff
Hi,
I was using the ChDir = "C:\Temp" to change the directory
Is there anyway to specify the directory, and then save the path as a
string. I was trying.
myFileName = Application.GetOpenFilename("Excel Files, *.xls")
y = Dir(myFileName, vbDirectory)
but y was just set to the filename, I wanted the path like "C:\Temp"
Thanks for your help!
I was using the ChDir = "C:\Temp" to change the directory
Is there anyway to specify the directory, and then save the path as a
string. I was trying.
myFileName = Application.GetOpenFilename("Excel Files, *.xls")
y = Dir(myFileName, vbDirectory)
but y was just set to the filename, I wanted the path like "C:\Temp"
Thanks for your help!