I already asked this once a while back, but then I could have sworn I saw a post where someone mentioned that VBA 6+ had this feature so I'm asking again.<BR><BR><BR>Is there a way to break out of the ...
Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...