Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default copy chart delay (musa.biralo query)

Back in December musa.biralo posted asking about why copy chart was so
slow.

I've just been working with this and found that while using
activesheet.ChartObjects(1).copy followed by a .paste within a with
worksheets clause is indeed very slow (~3 seconds), the exact same
outcome can be acheived using chtObj.chart.ChartArea.Copy followed by
the same .paste within a with worksheets clause ... but occurs without
perceptible delay. It appears that Excel recognises the need to
provide the chartObject object to accommodate the pasted ChartArea,
thereby removing the need to copy/paste this object along with the
ChartArea itself. It similarly appears that it's the copy/paste of the
chartObject object that takes the time.

Matthew

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
Time delay in displaying charts & chart names hjs40 Charts and Charting in Excel 2 October 21st 07 08:55 PM
Copy/Paste in Excel Delay Ray2943 Links and Linking in Excel 1 December 7th 06 12:54 AM
Query Wizard Long Delay in Excel 2003 ramonvi Setting up and Configuration of Excel 0 November 21st 06 09:37 PM
web query help.. delay? JustinB Excel Worksheet Functions 1 June 17th 06 07:43 PM
Copy/Time Delay Mike Excel Programming 6 October 19th 04 02:26 PM


All times are GMT +1. The time now is 12:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"