LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Slow excel because of shapes?

I removed one shape with a 2-color gradient and the problem is solved,
strange...

Thank you very much, this saves me a lot of time!

Regards,
Stentko

"Peter T" wrote:

Roughly how many shapes are do you have, and what exactly are you doing that
causes your shapes to redraw, and how are you changing colour (eg change
Colorindex, RGB-color, customize palette)

FWIW, I don't have any problem with say 1,000 shapes on a sheet in my old
slow system, except notably shapes with 2-color diagonal gradient fill's
which are very slow to redraw (even in more modern systems).

The application settings you mention are unlikely to help, disabling
calculation or events will do nothing in this respect (unless some event
directly leads to a redraw). Disabling screen updating can help if changing
things in a loop though, depending on context, can actually make the problem
worse if when re-enabled causes an unnecessary redraw. On which point, are
you by chance toggling screenupdating on/off in some loop - if so ensure you
don't.

Regards,
Peter T


"Stentko" wrote in message
...
I have made a rather graphic interface for one of my models and in this
interface a use a lot of shapes, some of which I use as buttons. The

problem
is that excel redraws all the shapes, even when for instants only one or

two
shapes change color. This causes excel to run very slow, resulting in

about
0,5 sec of redraw time, every time you push a button. I have tried:

Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
Application.EnableEvents = False

My question: how can I use a large amount of shapes without excel slowing
down?

I am using Excel 2003.




 
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
excel document with shapes on it but the shapes do not print [email protected] Excel Worksheet Functions 2 October 22nd 09 06:17 PM
Slow Excel Navigation with Up / Down Arrow and slow scrolling deddog Excel Discussion (Misc queries) 0 August 14th 07 09:56 PM
When drawing shapes in excel the shapes keep disappearing Tape Excel Discussion (Misc queries) 1 October 6th 06 04:23 PM
How can i get more 3D shapes for Auto shapes in excel? Ajey Excel Discussion (Misc queries) 0 March 3rd 05 09:53 AM
How can i get more 3D shapes for Auto shapes in excel? Ajey Excel Discussion (Misc queries) 0 March 3rd 05 09:53 AM


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