Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Button flicker with screenupdating

Hello all,

I have the following problem I hope someone will be able to help me with.
I have a program that hiddes/unhiddes different rows of an excel database.
In order to avoid annoying flicker I have set the "screenupdate=false" at
the beginning of the macro and back to "true" when it has completed. This
works fine.
However a Button and a Textbox also located on the sheet (outside the
scroll area) do continues to flicker.
Is there anyway to prevent this from happening? Thankx so much for sharing
you knowledge.

Mark A

--
Message posted via http://www.officekb.com
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default Button flicker with screenupdating

Try selecting these objects then FormatPropertiesCheck Dont Move or Size
with cells


"Mark Anders via OfficeKB.com" wrote:

Hello all,

I have the following problem I hope someone will be able to help me with.
I have a program that hiddes/unhiddes different rows of an excel database.
In order to avoid annoying flicker I have set the "screenupdate=false" at
the beginning of the macro and back to "true" when it has completed. This
works fine.
However a Button and a Textbox also located on the sheet (outside the
scroll area) do continues to flicker.
Is there anyway to prevent this from happening? Thankx so much for sharing
you knowledge.

Mark A

--
Message posted via http://www.officekb.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Button flicker with screenupdating

Thanks gocush.
Checked your suggestion but flicker remains. The buttons by the way are
located on part of the sheet that does not get hidden/unhidden and so do
not moved relative to the cells they sit on.

--
Message posted via http://www.officekb.com
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Button flicker with screenupdating

Hi Mark,

A slight flick each time Screenupdating is set to true is often normal,
particularly if there are several objects on the sheet. Depends also on what
other changes are going on, it can be worse if an object is selected. Ensure
that Screenupdating is only reset once in the entire routine. If it's
changing many time in a loop you will get a lot of flicker.

Regards,
Peter T

"Mark Anders via OfficeKB.com" wrote in message
...
Thanks gocush.
Checked your suggestion but flicker remains. The buttons by the way are
located on part of the sheet that does not get hidden/unhidden and so do
not moved relative to the cells they sit on.

--
Message posted via http://www.officekb.com



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
Screen Flicker dim Excel Discussion (Misc queries) 4 November 28th 07 09:42 PM
List box screen flicker [email protected] Excel Discussion (Misc queries) 0 September 25th 07 02:37 PM
Macro's Flicker Crabtree Excel Programming 1 September 23rd 04 03:24 PM
Application.ScreenUpdating = False and it still flicker ! Gunnar Johansson Excel Programming 5 September 8th 04 02:42 PM
Screen Flicker JonWayn Excel Programming 1 November 1st 03 11:34 PM


All times are GMT +1. The time now is 01:53 AM.

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"