Okay, I have some some text files that I'm trying to edit and then string together. I've altered my code a little and was trying to get some additional Ideas. Here is what my code looks like now:
Option Explicit
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Dim FileObject
Dim...