Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...
I've got a bit of a puzzler here that I'd like some help to figure out. I'm using Excel 2007 to create an analysis tool for my web design class. First ...