I have a macro that parses a machine file. The problem is, the files to parse are local to the machine and I must enter a different username and password to access them. Once i open the path in windows explorer and supply the username and password, the "application.getopenfilename" works fine. After I restart my computer, when I run the code, I get the "folder isn't accessible" error. How can I log into the machine file computer via VBA before attempting the "getopenfilename" function?