Start breaking your problem down by stages. Elimination is the key to
bug hunting,
Firstly, open the file where the text is saved in Notepad and see if
it really has saved. This will tell you if the problem is with the
saving or the loading.
If so, put a line imidetaly after the one where you load the data
saying MSGBOX (what ever variable) to see if your program is loading
the data fine. This will tell you if the problem is with the loading
or the displaying.
and so on, I can't go any further really without seeing your code.
Just keep breaking it down into steps, checking them to see if each
step works until you find the one that doesn't.
James B.
P.S. Don't post three times, we can all read fine the first time.
-------------------------
Remove NOJUNKFOR to email