I have written code using the "gdi32" Lib MoveTo and LineTo that draws a series of lines on an excel form one after the other. I want to delete a line before the next line is drawn (i.e. only one line visible at any time). I know I can use the Repaint command to remove the line but this also removes all the drawn objects using the "Chord" command) on the form leading to a "flashy" display. I just want to delete the first line before the second one is drawn. Any suggestions? Thanks in advance.