Thread: white screen
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephen Christian[_2_] Stephen Christian[_2_] is offline
external usenet poster
 
Posts: 4
Default white screen

I am running a single module vba macro that downloads and sorts data into an
excel spreadsheet. I am having white screen problems.

When I get a white screen I cannot interrupt the code to see where the
problem might be. and when I end process I lose all the data.

It happens if I open other programs or after about 30mins of running. The
program takes about 3 hours to run and is math intensive.

Putting a msgbox in the code forces it out of the white screen but means i
have to be at the computer to restart the code.

Is there code to force the program out of white screen an allow the code to
continue?

windows vista utd. excel enterprise running attached vba.

Thank you

Stephen Christian