Thread
:
Can I keep the screen from jumping when running a macro?
View Single Post
#
1
Posted to microsoft.public.excel.programming
JasonK
external usenet poster
Posts: 12
Can I keep the screen from jumping when running a macro?
worked perfectly.
thanks a ton.
jasonk
On 18 Mar 2006 23:52:46 -0800, "ward376"
wrote:
Try this:
Application.ScreenUpdating = False
your code
Application.ScreenUpdating = true
Reply With Quote
JasonK
View Public Profile
Find all posts by JasonK