Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have...
Worksheet("Sheet1") r1, c1, r2, c2 As Integer r1 = 24: c1 = 2: r2 = 68: c2 = 2 Charts("Chart1").SeriesCollection(1).Values = Worksheets("Sheet1").Range(Cells(r1, c1), Cells(r2,c2)) r1 & r2 will change according to user interaction in other code. What have i missed..? Any help would be greatly appreciated. ;) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I think the problem is in .SetSourceData ?? | Excel Programming | |||
setSourcedata | Excel Programming | |||
Series.Values vs Chart.SetSourceData | Excel Programming | |||
SetSourceData for Chart | Excel Programming |