techsupport3977
Technical User
How can I have the attached code read only the second line of the text file. This only seems to read the first line.
Code:
Dim strTextFromFile As String
Open "C:\Program Files\QM\QMD\flux.qma" For Input As #1
Line Input #1, strTextFromFile
Close #1