Its basically reading/ finding replacing text in text files and copying / deleting them from folders etc.
Here's what the code looks like
Const pathname = "C:......."
Const filename = "fname.txt"
Public Function replaceAll(pathname, filename, String1, String2) As String.....
This replaces some text within the text file.
Then copies into a directory using
FileSystemObject.CopyFile
I have a subroutine...
Public Sub ChangeFile()
Call ReplaceAll(........)
End Sub
Sorry but just as soon as i posted this, a lot of my code vanished into thin air because of excel,....That's the best I can provide... Any info is appreciated.