I have a macro with the following code:
ChDir ThisWorkbook.Path
MsgBox ThisWorkbook.Path
MsgBox CurDir
The first message box displays "e:\results" a folder on a mapped network drive. The second message box displays the mydocuments folder. Why isn't the second the same as the first?
-Venkman
ChDir ThisWorkbook.Path
MsgBox ThisWorkbook.Path
MsgBox CurDir
The first message box displays "e:\results" a folder on a mapped network drive. The second message box displays the mydocuments folder. Why isn't the second the same as the first?
-Venkman