Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to set up a macro which will draw a graph based on a range
where there are non-connected ranges (i.e. A1:F10, and H1:H10). I have gotten unions to select the given ranges as follows Dim myrange as range Set myrange = Union(baserng, subrng1, subrng2) Then if I do myrange.Select I get the range I would want selected. Now when I try to put that into my graphing macro I can't get it to work: With .Chart ..ChartType = xl3DColumnClustered ..SetSourceData Source:=Sheets(tempsheet).Range(myrange) _ , PlotBy:=xlRows How do I phrase that .Setsourcedata line so this will work? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a variable to represent the pathname in a formula | Excel Discussion (Misc queries) | |||
Setting variable = to sheet name | Excel Programming | |||
setting a range variable equal to the value of a string variable | Excel Programming | |||
Setting range value to a variable | Excel Programming | |||
Using a variable to represent a Checkbox Name(OLEObject) | Excel Programming |