Stop scrolling in a macro

  • Thread starter Thread starter Brian
  • Start date Start date
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..
 
Hi Brian,

Application.Screenupdating = False

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

HTH
Regards,
Howard
 
Back
Top