View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bill bill is offline
external usenet poster
 
Posts: 21
Default Forms blank out, periodically

Workbook contains several forms of varying style
and function. One form shows the results of 10
recent tests in a countdown fashion, showing just
the results of one test, followed by a one-second
delay, followed by just the results of the second
test, and so on until the result of each of the
10 tests has been shown. Then the program
proceeds on to the next step by calling up a
different form. The problem . . .

Sometimes when the program starts running one or
two of the forms are blanked out ("white" with just
the top header showing). The forms continue to
function within the program but none of the graphics
are visible.

The next two or three times you run the program the
graphics are back; there is no regularity or pattern
associated with whether the forms act normally or not.

Don't understand what I am missing or need to do to
fix the problem. Any help very greatly appreciated.