R
Robert Stewart
Hi,
Does anyone know how to use the filecopy function
properly. I don't have to verify if the file or the
repertory exist. I only want to copy a file from A to B.
Thank you
Alex
this function is not working.... (what's wrong)
Sub testfilecopy()
Dim rep As String
Dim rep2 As String
rep = "C:\test.doc"
rep2 = "C:\test\"
FileCopy(rep,rep2)
End Sub
Does anyone know how to use the filecopy function
properly. I don't have to verify if the file or the
repertory exist. I only want to copy a file from A to B.
Thank you
Alex
this function is not working.... (what's wrong)
Sub testfilecopy()
Dim rep As String
Dim rep2 As String
rep = "C:\test.doc"
rep2 = "C:\test\"
FileCopy(rep,rep2)
End Sub