Jyggalag
Active Member
- Joined
- Mar 8, 2021
- Messages
- 445
- Office Version
- 365
- 2019
- Platform
- Windows
Hi all,
I have this formula:
Essentially, when I fill in ANY data or make ANY changes to cell D2, i want the VBA to automatically update the current date/time in cell B1, so I can see the last time I made any update to cell D2.
I can do xOffsetColumn = -2
But this will show the date in cell B2, not B1.
Also, referencing the code to "B1" does not work, as you can see above.
Does anybody know how to fix my code so I can refer to cell B1?
Thank you!
I have this formula:
Essentially, when I fill in ANY data or make ANY changes to cell D2, i want the VBA to automatically update the current date/time in cell B1, so I can see the last time I made any update to cell D2.
I can do xOffsetColumn = -2
But this will show the date in cell B2, not B1.
Also, referencing the code to "B1" does not work, as you can see above.
Does anybody know how to fix my code so I can refer to cell B1?
Thank you!