well i'm using this code to get the last line of the textfile.. try playing with it
dim line as String
dim sr as StreamReader
sr = File.OpenText(textfile)
Do While sr.Peek() <> -1
line = sr.ReadLine
Loop
aldeene
Junior Poster in Training
70 posts since Jul 2011
Reputation Points: 10
Solved Threads: 3