LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Chart "Name" Property


Hello Jim,

To understand what is happening here you have to remember that this a
collection. All collections share common attributes like Add, Count,
Item, and Remove methods. They also contain a "Key" and "Value". The
key is the system's index into the table of Values.

The Chart collection doesn't allow you to set the "Key" like you can
with standard Collection object. If it did you could reuse the numbers
you have already deleted. The only way to reset the Chart collection is
to remove all objects from it and re-open the workbook.

As far as the limit goes, I don't think that will be an issue. If the
index is only an integer value, that would give 65536 charts. If if it
were a Long Integer you could have up 16.7 million. But the size of the
chart and it's complexity are more of an issue. Graphics use lots of
memory resources. Add to that what programs are loaded , the amount of
memory available, etc. and it's almost impossible to give an exact
number of charts that the system can handle at once.

Hope this helps you understand a lottle more about what is happening.

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=509138

 
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
why do i "sometimes" need to "edit chart object" before "source da Flirty and Blonde Charts and Charting in Excel 1 February 2nd 10 02:07 PM
How can I reset the default pie chart label "Other" to "Equity"? russ Charts and Charting in Excel 1 December 3rd 09 08:31 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Multiple "Range" with "Cells" property? jopu[_2_] Excel Programming 3 November 18th 04 04:05 PM
Multiple "Range" with "Cells" property? jopu Excel Programming 2 November 18th 04 02:38 PM


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