Hello,
We get weekly Excel files from clients that I wont to load to Access for tracking and reporting. The reports are consistently formatted and everything looks good. I set it up so that the incoming files copied and renamed to replace the copy that is set in the path the import macro is using. (new file but same name). On the first import I save the steps then created a macro for the end users so that they do not have to do the manual importing. That macro keeps popping errors and I was able to track down the cause but I don't understand it nor do I know how or even if there is a way to resolve it. If the new file is "saved" over the copy being imported the save import can not longer find the document even though it is in the same folder and has the same name. If the data is simply copied from the new file and pasted into the target file then the macro works fine.
Why would saving over the existing file make the document unrecognizable and is there a way to fix it?
Thanks