Jumping screen problem.

Sarkonis

New Member
Joined
Jul 2, 2018
Messages
8
Hi Guys,

Been searching all over and not finding very little about this problem.

I have a spreadsheet I keep all my business data in, been using it quite a while. Suddenly it has developed a problem where each time I click on a different cell the screen jumps around and tries to center the new cell on my screen. Based on my research it has something to do with "snap to cell". I have no idea what this is, or where to find it.

How do I make this stop? It's driving me insane having to reset my horizontal/vertical position every time I enter a new cell!

Why did it suddenly start doing this?!

TIA!
 
Did you try turning off Screen Updating...

Code:
Application.ScreenUpdating = False
    
    'Your Code
    
Application.ScreenUpdating = True

So simply yet so effective, I feel like an idiot for not realizing the cause sooner, but because it didn't affect it for months I never thought it was the problem.

Thank you so much igold!
 
Upvote 0

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I was happy to help! Thanks for the feedback!
 
Upvote 0

Forum statistics

Threads
1,223,757
Messages
6,174,327
Members
452,555
Latest member
colc007

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