View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default screenupdating problem

If you did not write the sub routines that are being called, I will check if
those subs are not setting the application.screenupdating back to true.


--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"clara" wrote:

Hi all,


I have a macro in the following layout

sub MyMacro()
application.screenupdating = false
...
FirstCall()

...

SecondCall()


end sub


but screen is still blinking

Clara
thank you so much for your help