I have some charts whose values and axis labels comes from cells in 4 rows. (10 cells in each row).
I have a macro which will insert a new column of 4 cells, moving the existing cells right.
my goal is to have the chart reflect only the most current set of data (10 cells) ignoring the oldest, and updating each time the macro adds a new set.
When I execute the macro the chart currently follows the same sets of cells as they move right, thus it never changes.
the selections under the values and labels have $ references, but they do not react like i expect
Thanks for any ideas,
Gary
I have a macro which will insert a new column of 4 cells, moving the existing cells right.
my goal is to have the chart reflect only the most current set of data (10 cells) ignoring the oldest, and updating each time the macro adds a new set.
When I execute the macro the chart currently follows the same sets of cells as they move right, thus it never changes.
the selections under the values and labels have $ references, but they do not react like i expect
Thanks for any ideas,
Gary