Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm trying to write a sub-procedure that creates charts based o variables entered from a userform. Two of the variables specify a dat range for which the graph should plot. This therefore means that I nee to use two ranges within the source parameter of the SetSourceDat method - one for the headings, and one for the data itself, whic begins a variable number of rows below the headings. As well as this there are a variable number of column sets which contain similar dat but for different reporting areas. i.e. something like this: Activechart.SetSourceData Sheet1.Range(FromColumn & "2:" & ToColumn "3" _ 'setting the headings from rows 2 and 3 ' and then the second range grabbing the data: , FromColumn & FromRow & ":" & ToColumn & ToRow), xlColumns etc. Unfortunately, when it creates the graph, its not recognising it as tw distinct ranges, but creating one graph using the entire number of row in the current region for the specified columns. I've no doubt I'm being extremely dim and its right in front of me, bu if someone could point me to a solution, that would be appreciated. Thanks -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - ActiveChart.Export blurry images. | Charts and Charting in Excel | |||
ActiveChart.Location help | Excel Discussion (Misc queries) | |||
charting problem with activechart.setsourcedata | Excel Discussion (Misc queries) | |||
How does the ActiveChart.Location() work | Excel Programming | |||
Argument List Of ActiveChart.Location And ActiveChart.ChartType | Excel Programming |