Digitborn.com
Active Member
- Joined
- Apr 3, 2007
- Messages
- 353
Hello,
How to keep the date in the cell when I use "Now()" function?
Example:
I use: =IF(A38<>"";NOW();"").
When i enter something in cell A38, I have the current date entered. I save and close the workbook. Two days later I open it, and now function recalculates the date. How to keep it. I know I can catch the cell data using VBA like Rangе("A38").Value in the Worksheet_Calculate event. These seems to me not a good way to achieve the desired result. Any clean ideas?
How to keep the date in the cell when I use "Now()" function?
Example:
I use: =IF(A38<>"";NOW();"").
When i enter something in cell A38, I have the current date entered. I save and close the workbook. Two days later I open it, and now function recalculates the date. How to keep it. I know I can catch the cell data using VBA like Rangе("A38").Value in the Worksheet_Calculate event. These seems to me not a good way to achieve the desired result. Any clean ideas?