News
I would like to take an existing text file (approx 4 megs in size) and manipulate it with VB or VBA (from inside Access in that case) and then ideally place it inside a table format, at the very ...
Dim erosReader As New StreamReader (erosFile, FileMode.Open) Dim erosLine As String = erosReader.ReadLine () While Not erosReader.Peek = -1 erosLine = erosReader.ReadLine () MsgBox (erosLine) ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results