Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Im getting a nasty message when using this code
With ActiveChart.SeriesCollection.NewSeries .Name = "2" .Values = Range(.Cells(5, "b"), .Cells(5, "l")) .XValues = Range(.Cells(length, "b"), .Cells(length, "l")) End With I want to be able to cycle through several samples ( the length var). Im assuming .values doesnt like range(.cell etc Is there another way to get this done Cheers Ian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Charting one cell from multiple sheets | Excel Discussion (Misc queries) | |||
convert relative cell references to absolute cell references via amacro? | Excel Discussion (Misc queries) | |||
Charting in a cell | Charts and Charting in Excel | |||
How to rename references from range names to cell references | Excel Discussion (Misc queries) | |||
Custom charting - Stacked charting with a line | Charts and Charting in Excel |