LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Eliminate screen flashing while running a macro using VBA in Microsoft Excel.

Hi
try
sub foo()
application.screenupdating = false
'your code
application.screenupdating = True
end sub

If you already have used this you may post the relevant part of your
macro that still flashes

--
Regards
Frank Kabel
Frankfurt, Germany

"abbeville " schrieb im
Newsbeitrag ...
Can someone please help me? I built a workbook on my desktop with the
intention of using it as a template. I entered the code to eliminate
screen flashing & it worked fine on the desktop but as soon as I

saved
it as a template it slowed down & it still flashed to some extent.


---
Message posted from http://www.ExcelForum.com/


 
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
Hide screen movements when a macro is running STatAGL Excel Discussion (Misc queries) 4 April 3rd 23 06:54 PM
Screen flashing teepee[_3_] Excel Discussion (Misc queries) 0 November 26th 08 12:20 AM
Screen flashing why? Chet Excel Discussion (Misc queries) 1 May 16th 06 08:25 PM
Screen flashing during macro execution: Interesting observation Juan Pablo González Excel Programming 0 February 1st 04 07:58 PM
Screen is flashing when VBA adding objects into Excel sheet? Don Guillett[_4_] Excel Programming 0 July 8th 03 03:01 PM


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