CHDir Path
the path is definitely correct...when I do ?path and copy and paste the path to an explorer window, the path opens up
however, when I run the macro to open a file in the path, it opens "My Documents"
this is the code after Chdir path
filetoopen = Application.GetOpenFilename("Excel Files (*.xls*), *.xls*")
the path is definitely correct...when I do ?path and copy and paste the path to an explorer window, the path opens up
however, when I run the macro to open a file in the path, it opens "My Documents"
this is the code after Chdir path
filetoopen = Application.GetOpenFilename("Excel Files (*.xls*), *.xls*")