Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm looking for a way to keep the spreadsheet cell from zipping aroun all over the screen when my code processes. Anyone know of a way to d this? Thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel processing | Excel Discussion (Misc queries) | |||
Processing Time | Excel Worksheet Functions | |||
Processing Data | Excel Worksheet Functions | |||
Data Processing | Excel Programming | |||
Data Processing | Excel Programming |