Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to produce a graph after selecting titles in column H.
The problem is that the titles might not be consecutive ranges and of course will vary according to the selection. So I want to keep it fully flexible. For instance (H1:H3 and then H6:H8). In the code below, although Selection.Count=6, it will graph only the first block of cells selected (i.e H1:H3). Any help fully appreciated. Thanks Dim GraphTitle As Range Set GraphTitle = Selection ActiveSheet.ChartObjects(1).Activate ActiveChart.ChartType = xlLineMarkers ActiveChart.SetSourceData Source:=Sheets("Data"). _ Range(GraphTitle, GraphTitle.Offset(0, 11)), PlotBy:=xlRows -- caroline |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting the Number of Consecutive Ranges | Excel Worksheet Functions | |||
COUNTIF FOR NON-CONSECUTIVE RANGES | Excel Worksheet Functions | |||
Assigning consecutive date ranges | Excel Worksheet Functions | |||
Need help adjusting selection ranges | Excel Programming | |||
Sort Macro: Utilizing ComboBox Selection for Key1 through 3 Ranges | Excel Discussion (Misc queries) |