Thread: screen update
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default screen update

I think you will need to describe your setup and show us your code so we can
try to duplicate the problem. If these items are too big to do this, then
perhaps you can post your workbook on one of those free websites set up to
do that and then provide us with a link to it.

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?