PerseveringHarold
New Member
- Joined
- May 23, 2023
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
I have a dataset that updates daily. I need to compare each day's new data range with the equivalent range from the day before.
So my Excel sheet has a column headed '=TODAY()' for the new data, and a column headed '=TODAY()-1' for the previous day's data.
I need my VBA script to find the column headed '=TODAY()-1' and copy the range below it into a column in a separate sheet.
I've hunted around for similar threads, but generally they tend to refer to a fixed date, rather than a dynamic date header like '=TODAY()-1'.
Does what I'm looking for seem possible? Thanks.
So my Excel sheet has a column headed '=TODAY()' for the new data, and a column headed '=TODAY()-1' for the previous day's data.
I need my VBA script to find the column headed '=TODAY()-1' and copy the range below it into a column in a separate sheet.
I've hunted around for similar threads, but generally they tend to refer to a fixed date, rather than a dynamic date header like '=TODAY()-1'.
Does what I'm looking for seem possible? Thanks.