Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is very frustrating I currently have this code
Sub Test() Dim X X = ActiveChart.SeriesCollection(1).Formula Debug.Print X End Sub The above code works fine and outputs =SERIES("MyChart",data!$FK$597:$FK$638,data!$FJ$59 7:$FJ$639,1) which is what I want however ........ When I try this code Sub Test() Dim B B = ActiveChart.SeriesCollection(1).XValues.Formula Debug.Print B End Sub I get a runtime error 424 Object Requiered What am I doing wrong Surely there is a method to return the formula string value of the XValues of a chart series ?? Dan Thompson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How Can I return the XValues of the Series collection object ? | Excel Programming | |||
Unable to Set the XValues Property of the Series | Charts and Charting in Excel | |||
Unable to Set XValues property of the Series class | Excel Programming | |||
Problem adding Series XValues to Chart using VBA | Charts and Charting in Excel | |||
Unable to set the XValues property of the Series class | Excel Programming |