excel chart not updating when data changed by vba
问题 I have a Bubble chart that I am trying to add "motion" to by having a macro update the table and subsequently the chart. I have a cell that I use as the "offset" which is used by my data table to get the data. I have a button that runs a VBA macro that updates this "offset" cell for each month in my data, which updates the data table when the offset updates. When I alter the offset cell manually, both the table and chart update. However, when I click the button and run the VBA macro, only the