• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Excel cells flash on and off

I really do not know how to explain this but my data in the cells are flashes like on and off and I can not go in the cell to change any data. Has anyone ever experienced this before
 
Hello again Jack!

Yes....but only when some maniac asked me to create flashing cells. :P
Is it a constant repeating flash, as if they are timed, or irregular, as if the screen is not updating properly due to CFs or some macro?
 
Luke,

The screen is not flashing , only the cells and constant. I can not change the formulas, I can remove the formulas and re-write but I can not click on the cell without it flashing
 
Mike,

My files are almost 2 GIGS each I. Can provide a link but there HUGH and no way to make it smaller and guarantee I will still have the issue. I will try to reduce it
 
That isn't the Cell that is flashing that is the formula bar
I believe that happens during recalculations
If you have any macro's make sure that
Code:
Application.EnableEvents=False
Application.Screenupdating =False
is at the start of any modules

re-enable these at the end of the code

I would also set Calculation mode to Manual and see it that causes it to stop
 
Early versions of MS Word used to have a Flashing Text font option.
Which made text on the page flash.

It was removed in Word 2007
 
Back
Top