Hello,
I use the following formula to copy the value of a cell on a given date, however I want the value to remain there forever more not just the one day.
any help appreciated=IF(TODAY()=DATE(2010,1,31),$D$14,0)
Thanks
You will need to use VBA for that. Maybe a Workbook_Open event that checks the date and sets the value as required. What about if nobody opens the workbook on that date though?
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks