SeriesCollection.Extend

silenus

New Member
Joined
May 24, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I am new to VBA chart programing. "Chart 1" on the attached sheet was created with an .AddChart2 macro, but I cannot get SeriesCollection.Extend to work. If I try to add the RowCol variable I get a compile error. Running the macro as is Gives a Subscript Out of Bounds error. What am I doing wrong? I wish to add the next two rows of data to the chart.

ChartMacros.xlsm
ABCDEFGHIJKL
1DATEVALUE
26/15/20231
36/16/20234
46/17/20239
56/18/202316
66/19/202325
76/20/202336
86/21/202349
96/22/202364
106/23/202381
11
12
13
14
15
16
17
18
19
Sheet1


Macro:
Sub ExtendTrial()

Charts("Chart 1").SeriesCollection.Extend _
Source:=Worksheets("Sheet1").Range("A6:B8")

End Sub
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
The Chart did not copy. Here it is
Capture.JPG
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,478
Latest member
Davenil

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top