Hi guys, I am a little stuck here. I am trying to read in a text file and parse it by line breaks however I cannot read the content of the parsed line breaks, it just shows up as 'Empty' when I watch them.
Option Explicit
Sub ParseText()
Dim myFile As String, text As String, textline As...