Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default charts; myChart.SeriesCollection(10).Name; lots of quotes

Playing with charts and saw this in a recording:

ActiveChart.SeriesCollection(10).Name = "=""""""NBT"""""""

I was changing the name of a series to a text string of NBT. What is
the reason for all the quotes.?

FYI. Using a range (I selected the cell with the name as a text
string" gives this:

ActiveChart.SeriesCollection(10).Name = "=Sheet1!R26C2"

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 461
Default charts; myChart.SeriesCollection(10).Name; lots of quotes

What version of Excel? (I think I know...)

Just use this:

ActiveChart.SeriesCollection(10).Name = "NBT"

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/



cate wrote:
Playing with charts and saw this in a recording:

ActiveChart.SeriesCollection(10).Name = "=""""""NBT"""""""

I was changing the name of a series to a text string of NBT. What is
the reason for all the quotes.?

FYI. Using a range (I selected the cell with the name as a text
string" gives this:

ActiveChart.SeriesCollection(10).Name = "=Sheet1!R26C2"

Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default charts; myChart.SeriesCollection(10).Name; lots of quotes

On Dec 10, 10:09*pm, Jon Peltier wrote:
What version of Excel? (I think I know...)

Just use this:

* * *ActiveChart.SeriesCollection(10).Name = "NBT"

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.http://peltiertech.com/

cate wrote:
Playing with charts and saw this in a recording:


* * ActiveChart.SeriesCollection(10).Name = "=""""""NBT"""""""


I was changing the name of a series to a text string of NBT. *What is
the reason for all the quotes.?


FYI. *Using a range (I selected the cell with the name as a text
string" gives this:


* * ActiveChart.SeriesCollection(10).Name = "=Sheet1!R26C2"


Thank you.


2003
Yes, that's what I did. But I run into so many "things" I just wanted
to be sure. Thank you.
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
change straight quotes to curly quotes callico Excel Discussion (Misc queries) 2 June 22nd 07 10:23 PM
How do i get historical stock quotes using MSN Money Stock Quotes Ash Excel Discussion (Misc queries) 0 May 11th 06 03:26 AM
Selecting lots of charts pwermuth Excel Discussion (Misc queries) 4 July 8th 05 03:36 PM
SeriesCollection Varun[_2_] Excel Programming 1 July 28th 04 01:49 AM
Lots of Frustration - Lots of Arrays, Dynamic Ranges Don't Work, Help With Options Karl Burrows Excel Programming 4 April 17th 04 12:48 PM


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