Thread
:
Auto Update Time When Cell Changes
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Auto Update Time When Cell Changes
You can do that with a worksheet_change event but won't just =now() in a
cell work for you?
--
Don Guillett
SalesAid Software
"Anthony" wrote in message
...
I have an Excel spreadsheet that multiple people will use.
I would like my date column (H) to automatically update when the users
update any of their numbers (columns D, E, and F) so I can track when
their
last update occured.
I'm sure this would be some form of Worksheet_Change event, but I can't
find
a site that adequately describes events for my skill level.
Thank you,
Anthony
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett