When I first learned to program, it was grasping if statements that helped it all click into place for me. Once you can use if statements, you can build all kinds of useful and interesting tools.
With modern tools, you have to try very hard to do something stupid, because the tools (rightly) recognize you’re doing something stupid. [Andreas Karlsson] can speak to that first hand as he tried to ...
Public Function CombineCheck(ParamArray Files() As Variant) Set FSO = CreateObject("Scripting.FileSystemObject") Set objOutput = FSO.CreateTextFile(FileNamePath & "combine.txt", True) Dim X As Integer ...