View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JasonK JasonK is offline
external usenet poster
 
Posts: 12
Default 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