That's not what I meant. What I meant was, that you could save the coordinates of the line drawn, then when you need to redraw the lines, read in the coordinates. Say you have a table with a structure similar to this:
StartRow N(7.3), StartCol N(7.3)
EndRow N(7.3), EndCol N(7.3)
After the line was completed, you would update the table with start and end row and column. The when the lines needed to be drawn again, you would read the table and recreate the lines.
Dave S.