AK_Excel_13
New Member
- Joined
- Jul 11, 2014
- Messages
- 30
How do I disable scrolling while my macro is running? I want my screen/window to be locked when the macro starts and unlocked when the macro ends.
However, I do not want to disable ScreenUpdating.
Application.ScreenUpdating = False
Set x = ActiveCell
***macro***
x.Select
Application.ScreenUpdating = True
Thanks!
However, I do not want to disable ScreenUpdating.
Application.ScreenUpdating = False
Set x = ActiveCell
***macro***
x.Select
Application.ScreenUpdating = True
Thanks!