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?
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?