Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I would like to fill a combobox (Rowsource) with data that are used in for
instance the XValues or Values of a Seriescollection of a graph. "ActiveChart.SeriesCollection(1).Values" does not give the right type (I was hoping for a string type of info like "Sheet1.Range(a1:a10)"). How to get a Range to be used as Rowsource for my combobox??? Thanks for your suggestions, JB |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
The Values and XValues will return an array of values. To get the range
address like this, you will need to parse the series formula. Or you could use John Walkenbach's class module for extracting elements of the chart series: http://www.j-walk.com/ss/excel/tips/tip83.htm - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Excelerate-nl" wrote in message ... I would like to fill a combobox (Rowsource) with data that are used in for instance the XValues or Values of a Seriescollection of a graph. "ActiveChart.SeriesCollection(1).Values" does not give the right type (I was hoping for a string type of info like "Sheet1.Range(a1:a10)"). How to get a Range to be used as Rowsource for my combobox??? Thanks for your suggestions, JB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting values in a bar chart | Charts and Charting in Excel | |||
Excel x,y chart type x range must be re-entered each series | Charts and Charting in Excel | |||
Swing Chart with dynamic Range | Charts and Charting in Excel | |||
how to extract a specific range of days (7 or 30) to make a chart | Excel Worksheet Functions | |||
Altering the range that is plotted by a chart via VBA | Charts and Charting in Excel |