How do I make macros run smoothly? (without the flickering)

D

Dave Peterson

....
application.screenupdating = false
your code that causes the screen to flicker
application.screenupdating = true
....
 
Top