I'm creating a VBA code to read a .txt with aproximately 10k lines and 105k words, currently I got this:
Sub GetTxt()
Dim objFSO As Object
Dim objTF As Object
Dim strIn 'As String
Dim X
PilarTxt = Range("C1")
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTF =...