Hello Excel community,
I've created an investing spreadsheet to track quarterly and yearly KPIs for companies I own. I'm looking for assistance with a VBA issue I'm encountering.
Excel file: Download KPI Tracking.xlsm | LimeWire
I've created an investing spreadsheet to track quarterly and yearly KPIs for companies I own. I'm looking for assistance with a VBA issue I'm encountering.
Current Setup
- Two tabs: Quarterly and Yearly
- Each tab has charts that display KPI data over time
- VBA scripts for each tab to update charts when new time periods are added
What's Working
- The VBA successfully updates the X-axis (time periods) when I add a new quarter or year
The Problem
- The Y-axis (data series) is not updating correctly
- It seems the series values are not maintaining locked rows while extending the column for the new date
Desired Outcome
When I add a new quarter or year:- Charts should automatically update to include the new time period
- Both X-axis (time) and Y-axis (data) should update correctly
Excel file: Download KPI Tracking.xlsm | LimeWire