Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting,microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe an interesting challenge:
I have two different tables, one that goes over 3 columns and 6 rows, the other is over 7 columns and 3 rows. What I would like to do is having one chart to present the tables and switch using a form spinner button. I know how to do it if the tables are the same number of columns and rows, but not when they are different sizes. Any one? Thanks in advance. Ove Malde |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- Maybe an interesting challenge: I have two different tables, one that goes over 3 columns and 6 rows, the other is over 7 columns and 3 rows. What I would like to do is having one chart to present the tables and switch using a form spinner button. I know how to do it if the tables are the same number of columns and rows, but not when they are different sizes. Any one? Thanks in advance. Ove Malde . You need to use the ChartObjects and SeriesCollection objects to programatically specify the data ranges in the chart - too complicated to summarize here! Look at the MSDN Library under ChartObjects and SeriesCollection, and also search the knowledge base. It is also instructive to record a macro where you specify the source data for the chart and then look at the code in VBA to see how Excel references the data series. Hope this little hint at least helps you get started... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Column Chart with Data Tables | Charts and Charting in Excel | |||
Loss of formatting in chart data tables | Charts and Charting in Excel | |||
How To: Link worksheet data to pre-existing chart tables | Excel Discussion (Misc queries) | |||
Creating a chart from two tables of Times | Excel Discussion (Misc queries) | |||
Chart - Data Tables | Charts and Charting in Excel |