Excel Display acting funny....!

Jason Barnes

New Member
Joined
Jan 15, 2015
Messages
46
If I have Sheet1 and Sheet2.
Sheet1 has a formula in cell A1 that sums from cells on sheet 2.
If I'm on Sheet2 and change a value in a cell...

  • (therefore the value of A1 on Sheet1 changes)
... A1 on Sheet1 shows through on Sheet2. like a glitch or something
I have to scroll down till it runs off page, then scroll back up.

Causes? Fixes? :eek:

Jason
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Just refreshing this back to the top in hopes someone understands the issue.
It's when a formulas calculation on a different page changes, it shows through on my current page until I refresh it,
(minimize and restore, scroll down past the glitch the back up)

Thanks,
Jason
 
Upvote 0
Have you been running any VBA Macros? This can happen if a macro sets Application.Screenupdating = False and crashes before setting Application.Screenupdating = True. If this is the case the just copy "Application.Screenupdating = True" in the VBE Immediate window and hit enter and the problem should resolve.
 
Upvote 0

Forum statistics

Threads
1,215,004
Messages
6,122,659
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top