1. When first compiled and then run a macro called, say, "HDD" runs OK. Next time I try to run it I get message that file C:windows\system32\HDD.docx cannot be found - but the path is E:\DOCUMENTS\HDD.docx and this shows as the path when I "step into" the macro.
Other Macros with the same path to E:\DOCUMENTS\*.docx run without problem. and looking at the Macro instructions for all these macros the "instructions" appear identical with only the actual name of the file being different
2.Another problem which is occuring frequently is when I run eg macro to open file E:\DOCUMENTS\
ABC.docx and then close the Document if I next try to run Macro to open file E:\DOCUMENTS\
xyz.docx I get the message "file E:\DOCUMENTS\
ABC\xyz.docx cannot be found - which of course it cannot find -as the path to "xyz" is not via file "ABC"!
Very confused

Can anyone help,please?