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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top