Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have chart on one sheet, I have a chart on another sheet. I know how to set the data source to the chart. But each week I am adding a new data (as everyone who makes charts though). It's couple of rows with numbers that are each week (Friday) added. Question: is there a possibility to somehow make the chart automtacilally find the new rows and add it to the current data source? So I don't have to do it manually... As a far as shot in the dark it would be a cmobination of 1. SetSourceData Source:=Sheets(1).Range ... 2. Range("B4", Range("B4").End(xlToRight)).Select - finds the last non-empty cell and 3. same as two but xlDown Do you know how to do it or how to combine these two? Thanks -- Regards Lukas Polansky |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA to automatically change source data for existing chart | Charts and Charting in Excel | |||
VBA to automatically change source data for existing chart | Charts and Charting in Excel | |||
Update data source automatically | Charts and Charting in Excel | |||
Fill Chart Automatically | Charts and Charting in Excel | |||
How do I automatically update chart source data links for moved fi | Charts and Charting in Excel |