I have two frustrating behaviors happening and I can’t get a handle on why.
I am using Access 2002 to automate Excel. In the process of running my code, I get the following error: “The remote server machine does not exist or is not available”. I get this what seems intermittently. I am working with a spreadsheet that is located on a server–I assume this is the “remote machine”? If this means that I am losing my connection with the server, I see no other evidence of this. I can still get to the folder through Explorer.
Secondly, while trying to debug this code, I am stepping through it line by line, but there seems to be some lines that cause the code to just take off and ignore the line by line routine. This has happened on other projects, also. One of the lines is right after a CopyFromRecordset Method. Line by line works flawlessly up to that point, then it’s just like a pushed F5. Has anyone else had such behaviors? What causes that?
Thanks for everyone’s help…