screenupdating problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top