Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have formula in a cell that creates a string. The string can represent
several defined names strung together, delimited by a comma. For example, the formula in cell D21 returns: AX,SY,KS AX is actually a defined name for a range A1:A10 (the axis), SY = C1:C10, and KS = E1:10 I'm trying to set the source data range in a chart on a different sheet to the string I created in D21. Even if I name D21 as "makechart", it still won't work. Sub Macro5() ActiveChart.SetSourceData Source:=ActiveWorkbook.Names("makechart"), PlotBy:=xlColumns End Sub Please help. Thanks. Jason |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Invisible Defined Names | Excel Discussion (Misc queries) | |||
How to keep names defined after a copy? | Excel Discussion (Misc queries) | |||
NAMES DEFINED | Excel Discussion (Misc queries) | |||
List of defined names | Excel Worksheet Functions | |||
Defined names | Excel Discussion (Misc queries) |