Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi there,
I would like to extract, within a vba procedure, the range a chart serie comes from. I know about the following code: myvar = ActiveChart.SeriesCollection.Item(1).Formula but this code return an absolute address and not a range. Does someone has any idea? Thanks a lot in advance, Vincent |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
John Walkenbach has authored a class module which parses the chart series
formula and extracts this information: http://www.j-walk.com/ss/excel/tips/tip83.htm - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Vinz" wrote in message s.com... Hi there, I would like to extract, within a vba procedure, the range a chart serie comes from. I know about the following code: myvar = ActiveChart.SeriesCollection.Item(1).Formula but this code return an absolute address and not a range. Does someone has any idea? Thanks a lot in advance, Vincent |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to extract a web address from a hyperlink cell? | Excel Discussion (Misc queries) | |||
How to return the address of the range of plotted data on an XY scatter chart? | Charts and Charting in Excel | |||
how can I limit my chart | Charts and Charting in Excel | |||
tick mark labels | Charts and Charting in Excel | |||
Second serie doesn't use X-as values | Charts and Charting in Excel |