View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
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/