I have VBA code in an excel module that opens another workbook with a hardcoded path. Most likely, this path will stay the same, but I want to have another way of opening the file. If the program cannot find the file, I want the code to prompt the user with a save dialogue box. I am having a tough time figuring out how to go about coding the part that checks if the file exists or not. Any help would be great. Thanks in advance.