Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Supress screen update while writiing to another sheet

Hi
I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
screen change.
What code sould I use?
Regards
Scooper


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Supress screen update while writiing to another sheet

hi Scooper

Application.ScreenUpdating = False
'your code
Application.ScreenUpdating = true

See this page for example code
http://www.rondebruin.nl/copy1.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"scooper" wrote in message u...
Hi
I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
screen change.
What code sould I use?
Regards
Scooper




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 394
Default Supress screen update while writiing to another sheet

Hi scooper,

Use ...

Application.ScreenUpdating = False

.... at the Beginning, and ...

Application.ScreenUpdating = True

.... at the End ( Before the End Sub ).

Hope this Helps.
All the Best.
Paul

scooper wrote:
Hi
I am trying to copy data to Sheet2 from Sheet1 without the user seeing the
screen change.
What code sould I use?
Regards
Scooper


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
Update Values popup screen Eden397 Excel Discussion (Misc queries) 0 December 13th 07 02:24 PM
supress screen refresh when macros running in excel VB drstraw Excel Programming 3 August 26th 05 04:25 AM
How to update a control without screen flashing Chaplain Doug Excel Programming 4 May 20th 05 07:25 PM
Update cell's value without refresh screen? lantiger Excel Programming 0 May 26th 04 05:23 PM
Screen Update Dilemma Alex@JPCS Excel Programming 0 November 17th 03 06:25 PM


All times are GMT +1. The time now is 11:32 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"