Thread
:
Silence cell movment during processing...
View Single Post
#
2
Posted to microsoft.public.excel.programming
pikus
external usenet poster
Posts: 1
Silence cell movment during processing...
If I'm understanding your question, put:
Application.ScreenUpdating = False
At the top of your code and:
Application.ScreenUpdating = True
at the end. - Piku
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
pikus
View Public Profile
Find all posts by pikus