newbie1983
Programmer
i am a novice at vb/vba , id like to know how to read from a text file line by line? ive completed some code:
Dim sPath As String
Dim sName As String
Dim Reading As String
Dim ofso1 As New FileSystemObject
Set Read = ofso1.OpenTextFile(sPath & xlCell.Value & sName)
Reading = Read.readline ?
End Sub
Dim sPath As String
Dim sName As String
Dim Reading As String
Dim ofso1 As New FileSystemObject
Set Read = ofso1.OpenTextFile(sPath & xlCell.Value & sName)
Reading = Read.readline ?
End Sub