- Joined: January 2003
- Post Count: 783
Re: Another Excel Question
Sure, you'll need to use some visual basic though. This page will help with events and it covers using worksheet|change which is what you'll need to check for A1 changing, then you'll just have B1 change it's contents to today(). Make sure to lock down B1 so it can't be manually edited by mistake later!
http://www.cpearson.com/excel/Events.aspx
Hope that helps
"Computers are a lot like air conditioners - they both work great until you open windows." -Anonymous
"The danger from computers is not that they will eventually get as smart as men, but that we will agree to meet them halfway." -Bernard Avishai
- Joined: January 2003
- Post Count: 783
Re: Another Excel Question
Nah, the the event I suggested can be applied to a range of cells. In this case, your range would just be the singular cell. And it'll update the date cell whenever it's altered, so there's no chance for a mistake in forgetting to press a button.
Although, just like the button you'll need to work up a copy of the code for each cell.
"Computers are a lot like air conditioners - they both work great until you open windows." -Anonymous
"The danger from computers is not that they will eventually get as smart as men, but that we will agree to meet them halfway." -Bernard Avishai