Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Mona Mehta   on Sep 08 In MS Office Category.

  
Question Answered By: Frances Parker   on Sep 08

Put something along these lines into the worksheet code:

Private Sub Worksheet_Change(ByVal Target As Range)
If Union(Range("D2:D2000"), Target).Address = "$D$2:$D$2000" Then _
Target.Offset(0, 1) = Date
End Sub

Share: 

 
 
Didn't find what you were looking for? Find more on Updating a cell value when other cell value change.... Or get search suggestion and latest updates.


Tagged: