Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I have a number of sets of data that create simple line charts. I would like the user to be able to select a custom set to add extra lines to a chart. I just dont know how I can capture the data source from the chart so that I can add extra lines to it. eg Private Sub ButtonX_Click Dim ChartSource As String ChartSource = Chart1.?datasource? ChartSource = ChartSource + "F4:F15" End Sub Does this make sense? David |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Some information he
http://www.j-walk.com/ss/excel/tips/tip83.htm -- Regards, Tom Ogilvy "David" wrote: Hello I have a number of sets of data that create simple line charts. I would like the user to be able to select a custom set to add extra lines to a chart. I just dont know how I can capture the data source from the chart so that I can add extra lines to it. eg Private Sub ButtonX_Click Dim ChartSource As String ChartSource = Chart1.?datasource? ChartSource = ChartSource + "F4:F15" End Sub Does this make sense? David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Setting up and Configuration of Excel | |||
Creating a chart(? pie chart) that shows customers,dates and machi | Charts and Charting in Excel | |||
Excel 2003: How to nudge a chart element or shape on a chart? | Charts and Charting in Excel | |||
Cannot Activate Chart Area in Chart. Chart Object Failed | Excel Programming |