brentgeist
New Member
- Joined
- Jan 2, 2018
- Messages
- 1
I'm a VBA novice. I'm writing a macro to roll data forward from one quarter to the next. I'm looking for VBA code to change the date value in a cell from one quarter-end to the next, Ex. 9-30-2017 to 12-31-2017.
I understand the EOMONTH() formula, but I want to change the date using the macro. I don't want the user to change the date except by running the macro.
Thanks in advance for your help.
I understand the EOMONTH() formula, but I want to change the date using the macro. I don't want the user to change the date except by running the macro.
Thanks in advance for your help.