Thankyou for helping me klaus
but it read only the last row of the document
FileOpen(c1,path,cRead)
a = FileRead(c1)
Do While a<>EOF
s = FileRead(c1)
If s=EOF Then Exit
ListBox1.Add(s)
Loop
What Should i do For Listing full Row Of The Document?
Please Help me
jothis