M
mcnews
is there a way to turn off screen updating till your process finishes?
is there a way to turn off screen updating till your process finishes?
Yep. Set
Application.Echo = False
before your process. Be sure to set it back to True when you're done.
Application.Echo = False
before your process. Be sure to set it back to True when you're done.