This blog is a knowledge base...where I clip cool tricks and urls

Speed up VBA code tips

clipped from www.ozgrid.com
Sub StopAllEvents()
Application.EnableEvents = False
'Your code here.
Application.EnableEvents = True
End Sub
 blog it

1 comment:

Anonymous said...

Well written article.