Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I can write
With ActiveChart .ChartType = xlXYScatterLinesNoMarkers .SetSourceData Source:=Sheets(1).Range(Cells(1, 1), Cells(15, 2)) End With but this doesn't work setrA = Sheets(1).Range(Cells(1, 1), Cells(15, 2)) With ActiveChart .ChartType = xlXYScatterLinesNoMarkers .SetSourceData Source:=rA End With Can someone explain why? [I don't want just a fix, but an understanding of plotting procedures. TIA, Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Plot lines between plot points on a line chart | Charts and Charting in Excel | |||
How to plot Date Ranges on Same Graph | Charts and Charting in Excel | |||
How to change empty ranges from a plot series without generating e | Excel Worksheet Functions | |||
can i change plot area colors for different date ranges | Charts and Charting in Excel | |||
How do I automatically plot different ranges of data in different. | Charts and Charting in Excel |