BillPeterson
New Member
- Joined
- Jan 16, 2022
- Messages
- 22
- Office Version
- 365
- Platform
- Windows
Ok I have a macro which copies a tab, and then I want it to update formulas. In A1 on the freshly created tab, I have the following formula:
How can I alter this formula with VBA code to decrement the row number?
When it's done I want it to be:
Excel Formula:
=Budget!S13
How can I alter this formula with VBA code to decrement the row number?
When it's done I want it to be:
Excel Formula:
=Budget!S12