I am trying to combine multiple text files into one text file prior to importing and working with the data.
When I run the following code I get the error 'Object Required'
FileSystemObject.CopyFile "c:mydocumentslog*.txt", "c:mydocumentscombined.txt"
I'm sure I'm missing something simple.
Thanks for any help.
When I run the following code I get the error 'Object Required'
FileSystemObject.CopyFile "c:mydocumentslog*.txt", "c:mydocumentscombined.txt"
I'm sure I'm missing something simple.
Thanks for any help.