OK I have the excel VBA code to import the text file. How do I modify the code to manipulate the data line and pull out the the info I am looking for and put it in a seperate cell?
Here is the VB code I have so far:
Sub ReadTextFile()
Dim fnum
Dim strField1 As String, strField2 As...