Thread
:
Excel VBA process increases exponentially with more records toprocess
View Single Post
#
2
Posted to microsoft.public.excel.programming
Keith74
external usenet poster
Posts: 120
Excel VBA process increases exponentially with more records toprocess
A quick solution may be to put
Application.screenupdating = false
at the start of the process, and
Application.screenupdating = true
at the very end.
hth
Keith
Reply With Quote
Keith74
View Public Profile
Find all posts by Keith74