Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
frendabrenda1
 
Posts: n/a
Default stop macro from flashing sheets

Good afternoon!

I have a macro that refers to multiple sheets. As it goes along in the
process, the sheets flash on the screen. This has caused some of the users
discomfort. Is there a way to show only 1 sheet (user interface) or a blank
screen or a progress bar or hourglass or something so the flashing will not
occur.

Thank you for any help.
  #3   Report Post  
Chip Pearson
 
Posts: n/a
Default

Use

Application.ScreenUpdating = False

to prevent Excel from updating the display while your code is
running. This will also cause your code to run faster.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"frendabrenda1" wrote
in message
...
Good afternoon!

I have a macro that refers to multiple sheets. As it goes
along in the
process, the sheets flash on the screen. This has caused some
of the users
discomfort. Is there a way to show only 1 sheet (user
interface) or a blank
screen or a progress bar or hourglass or something so the
flashing will not
occur.

Thank you for any help.



  #4   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Frenda,

In addition to the other comments about this, you don't have to select
sheets or cells to copy, move, or otherwise work on cells.

Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").Range ("D5")

This would work regardless of the currently selected sheet. It's still
faster do turn off screen updating, as Chip said.
--
Earl Kiosterud
www.smokeylake.com

"frendabrenda1" wrote in message
...
Good afternoon!

I have a macro that refers to multiple sheets. As it goes along in the
process, the sheets flash on the screen. This has caused some of the
users
discomfort. Is there a way to show only 1 sheet (user interface) or a
blank
screen or a progress bar or hourglass or something so the flashing will
not
occur.

Thank you for any help.



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
Cancel a Link and a Macro Ben Blair Excel Discussion (Misc queries) 1 July 5th 05 08:54 PM
macro to hide sheets ditchy Excel Discussion (Misc queries) 8 May 2nd 05 02:21 AM
Macro Error when moved Xcel Sheets from User's Home Dir to Networ Basheer New Users to Excel 1 April 29th 05 04:45 PM
Subscript & Superscript Karen Excel Discussion (Misc queries) 6 February 22nd 05 10:16 PM
Sheets Skip Macro NICK Excel Discussion (Misc queries) 2 February 11th 05 07:16 AM


All times are GMT +1. The time now is 10:21 PM.

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"