C
Crazyhorse
Function NFile()
Dim FSO As FileSystemObject
Set FSO = New FileSystemObject
FileSystemObject.Renamefile "C:\Test.txt", "SecondTest.txt", False
End Function
I just want to rename a file in the directory from access.
I get this run-time error 424 Object required.
Thanks in advance for any help
Dim FSO As FileSystemObject
Set FSO = New FileSystemObject
FileSystemObject.Renamefile "C:\Test.txt", "SecondTest.txt", False
End Function
I just want to rename a file in the directory from access.
I get this run-time error 424 Object required.
Thanks in advance for any help