Merged cells are nasty but this should do it:
Dom![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("L3")) Is Nothing Then Exit Sub With Range("AA1") .Value = Date .NumberFormat = "mmm dd, yyyy" End With End Sub
Merged cells are nasty but this should do it:
Dom![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Intersect(Target, Range("L3")) Is Nothing Then Exit Sub With Range("AA1") .Value = Date .NumberFormat = "mmm dd, yyyy" End With End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks