Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Changing Chart Series Names

I have an selected chart and data column (G) in Worksheet. The number of
data and series is the same and supposed names of series are in column (F).
How to access data range of selected chart (in column G) so i could change
default Series names to supposed names of series?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default Changing Chart Series Names

Juggernath wrote:
I have an selected chart and data column (G) in Worksheet. The number
of data and series is the same and supposed names of series are in
column (F). How to access data range of selected chart (in column G)
so i could change default Series names to supposed names of series?


John Walkenbach has created a class to help fill this hole in the Excel
object model:

http://j-walk.com/ss/excel/tips/tip83.htm

Rob


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Changing Chart Series Names

Assuming you know how to do the rest...

'...
aChart.Series(i).Name=aChart.parent.parent.columns ("F").cells(i).value

where aChart is a variable referring to the chart in question.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article , says...
I have an selected chart and data column (G) in Worksheet. The number of
data and series is the same and supposed names of series are in column (F).
How to access data range of selected chart (in column G) so i could change
default Series names to supposed names of series?



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
Changing Values in Chart Series Karen Charts and Charting in Excel 2 July 10th 09 09:32 AM
Changing chart types with series miteeka Charts and Charting in Excel 3 February 15th 07 09:07 PM
Add series names to legend after the chart has been created barry Charts and Charting in Excel 3 January 15th 07 08:48 AM
Chart select, yet changing set of series name Charts and Charting in Excel 5 July 8th 06 02:33 PM
Bubbble chart -How to automatically add series names, X, Y values RHI Charts and Charting in Excel 1 November 16th 05 10:20 PM


All times are GMT +1. The time now is 01:15 AM.

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"