View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default ScreenUpdating is always true when stepping through code ! ....

Unless you've put

Application.ScreenUpdating = False

in your code.


"WhytheQ" wrote:

......is this true ??
Which means that it will also be true when stepping through and
executing "?Application.Screenupdating" in the immediate window ?

Regards,
Jason.