G
Guest
Hi,
I am converting an 97 Application to 2002. The 97 appln
has a code as,
OldName = "E:\Credinq\cma monthly\inquiry.txt":
Newname = "E:\Credinq\cma monthly\inquiry2.txt "
Name OldName As Newname
This is not working in 2002. The error "File Not Found"
comes up. I checked the value for Oldname using debugger
and it comes up correct and the file does exist.
Is it that 'name' method does not work in 2002? In that
case what is the equivalent in 2002?If name does work any
idea what the problem is?
Thanks.
I am converting an 97 Application to 2002. The 97 appln
has a code as,
OldName = "E:\Credinq\cma monthly\inquiry.txt":
Newname = "E:\Credinq\cma monthly\inquiry2.txt "
Name OldName As Newname
This is not working in 2002. The error "File Not Found"
comes up. I checked the value for Oldname using debugger
and it comes up correct and the file does exist.
Is it that 'name' method does not work in 2002? In that
case what is the equivalent in 2002?If name does work any
idea what the problem is?
Thanks.