Excel Crash and/or Gray Area on Screen

S

Sandy

sometimes when running code I get a situation where either excel crashes and
a portion of the display area is turns gray (about 20%-30% of the viewing
area top to bottom of the screen but not he tool bars) or with a crash the
area turns gray. It is always on the left side of the screen. The only fix is
to close and reopen excel.

Is there a know cause / fix?

Thank you
 
N

NLO

Hi,
Don't know about causes but my quick fix when it happened to me was to
create a macro:

Sub ResetDefaults
Application.Screenupdating = True
End Sub

and to assign a custom button to this on the toolbar. Then when you get this
problem you can run the macro & the screen will update again.

NLO
 
N

NickHK

Sandy,
Any specific code that causes this ? > Which code ?
Or you mean running any code in general this happens ? > Not normal,
possibly video driver/system related.

NickHK
 
S

Sandy

Nick - no specific code, sometime no code at all. Happens on multiple systems.
Wish I knew what the cause is and how to fix / avoid it.
 
S

Sandy

thanks for this tip - it has happened some more sice and I tried this fix but
it did not work. Any other ideas?

Thanks
 
N

NickHK

Sandy,
In that case, I doubt it's Excel related and more system/hardware related.

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top