Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
here is some code from a macro i am making. i would like it to make
an xy chart with my xvalues and yvalues range. these ranges are not side by side. as well this is usually creating seperate chart sheets not placing it on the worksheet id like. and where would i put .top,.left in this to properly place it. thanks very much Charts.Add ActiveChart.ChartType = xlXYScatter ActiveChart.SetSourceData Source:=series(Assay_Solutionscrollzoomindynrange. xls! xvalues,Assay_Solutionscrollzoomindynrange.xls!xva lues,1) _ PlotBy:=xlColumns With ActiveChart.SeriesCollection.NewSeries .Values = Range(XValues) .XValues = Range(YValues) .name = "Sheet1" End With |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Source Data - Values - Dynamic Range possible? | Charts and Charting in Excel | |||
xy scatter source from dynamic range | Charts and Charting in Excel | |||
Dynamic change of chart source | Charts and Charting in Excel | |||
Source data for XY scatter chart | Charts and Charting in Excel | |||
lookup source for Macro from a dynamic Range | Excel Programming |