Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default xy scatter chart using multiple dynamic range as source

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Source Data - Values - Dynamic Range possible? BR Charts and Charting in Excel 2 March 10th 09 10:23 AM
xy scatter source from dynamic range [email protected] Charts and Charting in Excel 7 August 22nd 07 06:31 PM
Dynamic change of chart source QM Charts and Charting in Excel 3 July 3rd 07 01:06 PM
Source data for XY scatter chart Phil Stanton Charts and Charting in Excel 2 June 23rd 07 03:05 PM
lookup source for Macro from a dynamic Range steve_doc Excel Programming 7 June 21st 04 04:33 PM


All times are GMT +1. The time now is 01:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"