Figured it out
I finally realized what I had done wrong, well perhaps not wrong, but the piece I was forgetting.
In the beginning portion of the For-Next loop I was running:
Set ObjTStream = FileSystem.OpenTextFile("D:\Work\TopLevelFolder\" & file.Name, 1)
Normally, I run the...