Stop scrolling in a macro

B

Brian

When I record a macro that relates to a different sheet, I want to stop it
jumping to the position the macro relates to, I have done this in the past,
but need a riminder Thank you..
 
L

L. Howard Kittle

Hi Brian,

Application.Screenupdating = False

and then back to True at the end of your code.

HTH
Regards,
Howard
 
Top