P Paul Oct 8, 2009 #1 I'm having a few problems with the syntax, and the help is not very helpful Any help appreciated ?
J Jacob Skaria Oct 8, 2009 #2 Dim SourceFile As String, DestinationFile As String SourceFile = "c:\1.txt" ' Define source file name. DestinationFile = "d:\1.txt" ' Define target file name. FileCopy SourceFile, DestinationFile ' Copy source to target. If this post helps click Yes
Dim SourceFile As String, DestinationFile As String SourceFile = "c:\1.txt" ' Define source file name. DestinationFile = "d:\1.txt" ' Define target file name. FileCopy SourceFile, DestinationFile ' Copy source to target. If this post helps click Yes