Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update Values popup screen | Excel Discussion (Misc queries) | |||
supress screen refresh when macros running in excel VB | Excel Programming | |||
How to update a control without screen flashing | Excel Programming | |||
Update cell's value without refresh screen? | Excel Programming | |||
Screen Update Dilemma | Excel Programming |