Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Supress display of multiple steps in Macro

I'm a Macro NOVICE. i've recorded a macro which clears out cells, then
copies a portion from another screen, and then does some more
manipulations.

I'm sure there is a command to supress the everchanging display as the
macro executes, but I don't know how to find it. I have no manuals,
and I have no help files installed on my pc.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Supress display of multiple steps in Macro

Hi MicroMain,

Try:

Application.ScreenUpdating = False

'Your code

Application.ScreenUpdating = True


However, the best way of avoiding the screen noise is to rewrite your code
to remove selections, which are rarely necessary and are usually
inefficient.


---
Regards,
Norman



"MicroMain" wrote in message
ups.com...
I'm a Macro NOVICE. i've recorded a macro which clears out cells, then
copies a portion from another screen, and then does some more
manipulations.

I'm sure there is a command to supress the everchanging display as the
macro executes, but I don't know how to find it. I have no manuals,
and I have no help files installed on my pc.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Supress display of multiple steps in Macro

Worked Perfectly.

Thanks

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
display calculation steps - not final answer skwiff Excel Worksheet Functions 2 October 30th 09 03:26 PM
Need to supress display of FALSE in a cell akkrug New Users to Excel 6 June 20th 08 12:59 PM
steps needed for freezing headers when using multiple pages Lisa2t Excel Discussion (Misc queries) 1 February 2nd 07 06:10 AM
steps to display .wmf ? [email protected] Excel Discussion (Misc queries) 1 March 2nd 06 10:27 PM
Steps from Macro recorder for Pivot table will not run as a Macro Nancy[_5_] Excel Programming 0 April 2nd 04 10:33 PM


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