Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default screen updating

Sorry to ask all you smart people such a dumbass question
but at least it'll be easy to answer.

What's the command that stops all the actions your macro
is performing from happening 'live' on the screen? Instead
all you see is the start point and endpoint, and it really
speeds things up.

I'm in a bit of a VB desert here, so I'd be grateful for
help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default screen updating


To turn screen updating off -

Application.ScreenUpdating = False

and to turn it back on -

Application.ScreenUpdating = True.

Enjoy

--
SeanEvan
-----------------------------------------------------------------------
SeanEvans's Profile: http://www.excelforum.com/member.php...fo&userid=1465
View this thread: http://www.excelforum.com/showthread.php?threadid=26458

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default screen updating

thanks Sean
-----Original Message-----

To turn screen updating off -

Application.ScreenUpdating = False

and to turn it back on -

Application.ScreenUpdating = True.

Enjoy !


--
SeanEvans
----------------------------------------------------------

--------------
SeanEvans's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=14650
View this thread:

http://www.excelforum.com/showthread...hreadid=264583

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default screen updating

Application.ScreenUpdating = False

.... do your stuf

Application.ScreenUpdating = True

--

HTH

RP

"Josie" wrote in message
...
Sorry to ask all you smart people such a dumbass question
but at least it'll be easy to answer.

What's the command that stops all the actions your macro
is performing from happening 'live' on the screen? Instead
all you see is the start point and endpoint, and it really
speeds things up.

I'm in a bit of a VB desert here, so I'd be grateful for
help.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default screen updating

thanks Bob, there's another one for ya...
-----Original Message-----

To turn screen updating off -

Application.ScreenUpdating = False

and to turn it back on -

Application.ScreenUpdating = True.

Enjoy !


--
SeanEvans
----------------------------------------------------------

--------------
SeanEvans's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=14650
View this thread:

http://www.excelforum.com/showthread...hreadid=264583

.

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
SCREEN NOT UPDATING ub Excel Worksheet Functions 2 March 18th 09 11:52 AM
Screen updating Mark Stephens Charts and Charting in Excel 0 February 18th 05 03:55 PM
Screen updating Stratuser Excel Programming 0 April 16th 04 05:20 PM
Screen updating Stratuser Excel Programming 0 April 16th 04 05:20 PM
Screen Updating Jase Excel Programming 1 October 23rd 03 05:05 PM


All times are GMT +1. The time now is 01:39 AM.

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

About Us

"It's about Microsoft Excel"