Excel Screen Tearing

swarmo

New Member
Joined
Aug 11, 2016
Messages
21
Hi everyone. I have just discovered this very weird bug occurring in excel 2016. It only seems to happen to sheets that are placed after the sheet making the change.
When I change a cell that is linked to a cell on another sheet, I get this weird tearing. I have to scroll down then scroll back up for it to refresh.

I have attached three photos. The first photo has no bugs. The second photo I change a cell with a dropdown list, and the updated data on the sheet below becomes visible. The third photo is of the sheet directly below. If I move the M Illuminance sheet in front of the Calculator sheet, the problem doesn't occur.

Anyone have any ideas on whats causing this?
Cheers

BQh1Lr0

PNZF6

dhQ0E
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Solved it. It was only occurring after I ran a macro. In order to stop it from screen tearing, I added the code below at the end of the macro. This has solved the glitch.

Code:
Sheets("M-Illuminance").Visible = False
Sheets("M-Illuminance").Visible = True
 
Upvote 0
Have you thought that it might be something in the macro causing the issue?
Why not post the code ??
 
Upvote 0

Forum statistics

Threads
1,217,367
Messages
6,136,133
Members
449,994
Latest member
Rocky Mountain High

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