I'm writing a sub to pull data from a text file. When trying to run a different form that calls the sub, I am getting the "identifier under the cursor is not recognized" as the reason why after a 424 Object Error. Not sure what is wrong.
Sub loadData()
Dim txtFile As String
Dim dataLine As...