Hi try this bit of code I got from another user. I think we are tryin
to do the same thing. I setit up as a macro. Every time my boss open
the spreed sheet and changes something it puts the date it was update
on the sheet.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells(1, 1) = Now
End Sub
I hope this helps you
All I
--
All I
-----------------------------------------------------------------------
All In's Profile:
http://www.excelforum.com/member.php...fo&userid=3628
View this thread:
http://www.excelforum.com/showthread.php?threadid=56063