Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...
Does anyone know of a code editor that will let you "collapse" your code based off nested conditional statements.<BR><BR>So lets say I wanted to view a loop in my code.<BR><BR>I could switcht to the ...