Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default protect/unprotect & display flicker

I am using Charts(xxx).Protect and .Unprotect across several charts in a
worksheet. This seems to cause each chart in turn to appear in the display.
Is this a necessary eveil with protect/unprotect, or can I do it without
apparently activating each of the charts.

thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default protect/unprotect & display flicker

Have you tried toggling the screen updating

Applicaiton.screenUpdating = false
'Your Code here
Application.screenupdating = true
--
HTH...

Jim Thomlinson


"timp" wrote:

I am using Charts(xxx).Protect and .Unprotect across several charts in a
worksheet. This seems to cause each chart in turn to appear in the display.
Is this a necessary eveil with protect/unprotect, or can I do it without
apparently activating each of the charts.

thanks.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default protect/unprotect & display flicker

thank you yes... I think I was reluctant because I thought it shouldn't NEED
toggling - but after a cup of coffee I saw sense and just did it

"Jim Thomlinson" wrote:

Have you tried toggling the screen updating

Applicaiton.screenUpdating = false
'Your Code here
Application.screenupdating = true
--
HTH...

Jim Thomlinson


"timp" wrote:

I am using Charts(xxx).Protect and .Unprotect across several charts in a
worksheet. This seems to cause each chart in turn to appear in the display.
Is this a necessary eveil with protect/unprotect, or can I do it without
apparently activating each of the charts.

thanks.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default protect/unprotect & display flicker

Hi Jim,

Thanks for this code - I'm going to use it a lot more in the future. I often
write macros that use the autofilter functions - the screen flickers a lot
using them. But not any more!

Thanks again
Peter

"Jim Thomlinson" wrote:

Have you tried toggling the screen updating

Applicaiton.screenUpdating = false
'Your Code here
Application.screenupdating = true
--
HTH...

Jim Thomlinson


"timp" wrote:

I am using Charts(xxx).Protect and .Unprotect across several charts in a
worksheet. This seems to cause each chart in turn to appear in the display.
Is this a necessary eveil with protect/unprotect, or can I do it without
apparently activating each of the charts.

thanks.

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
Protect, unprotect Pyrite Excel Discussion (Misc queries) 0 August 15th 08 03:18 PM
Protect UserInterface VS Protect/Unprotect Desert Piranha[_44_] Excel Programming 2 February 1st 06 03:08 AM
protect and unprotect Andrew[_51_] Excel Programming 1 October 13th 05 07:24 PM
protect and unprotect Andrew[_51_] Excel Programming 2 October 13th 05 06:44 PM
Unprotect and protect.... Wilfrid Excel Programming 1 July 28th 04 03:13 AM


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