File Not Found error

D

DavidES

The following function works great on my desktop but does not work on any
other computer that I use it on. I have verified that the directory tree on
each computer is as required in the function and that the file does in fact
exist in that directory but I keep getting a "File not found" error.

Function ChangeFile1()
Name "C:\CommerceV3\weborders.dat" As "C:\CommerceV3\weborders.csv"

End Function

Any ideas on why it won't work?
 
D

DavidES

bump

Anyone have an idea why this won't work? Both computers have the same
version of windows and the same version of MS Office. I really need to make
this work!
 
J

John Nurick

Could it be a permissions issue, or that on other computers the file
or folder is hidden?
 
D

DavidES

Thanks for the response. I've checked the permissions and there should be no
reason for it not to work. The folder and file are not hidden.

The user runs the module on his own computer. The dat file is written to his
computer and placed in the correct file on his computer. But the module won't
rename the file and the computer gives the "File Not Found" error.

I'm really baffled on this!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top