Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Silence cell movment during processing...

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel processing rob Excel Discussion (Misc queries) 7 January 25th 09 04:28 PM
Processing Time [email protected] Excel Worksheet Functions 0 July 20th 07 06:52 PM
Processing Data dan Excel Worksheet Functions 0 August 13th 06 02:33 AM
Data Processing Sedat Excel Programming 0 September 29th 03 05:22 PM
Data Processing Hande & Tolga[_2_] Excel Programming 1 September 16th 03 08:58 PM


All times are GMT +1. The time now is 06:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"