ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   graph range update from macro (https://www.excelbanter.com/excel-programming/386372-graph-range-update-macro.html)

rick_mc

graph range update from macro
 
Hi,

I have the following statements in my macro. I need to update the graph
range for a new row, but don't know how to use the rng.row data in the graph
Range section to replace "A2:A27,F2:G27" with something like
"A2:A"rng.row,"F2:G"rng.row. Can someone give me an example?

Dim rng As Range
Set rng = Cells(Rows.Count, 1).End(xlUp)

ActiveChart.SetSourceData Source:=Sheets("Data").Range("A2:A27,F2:G27")

ActiveChart.SeriesCollection(1).XValues = "=Data!R3C1:R27C1"


All times are GMT +1. The time now is 02:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com