Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Mike
I've changed to below and it works. Only issue now is that I have the sheet protected (except for D9:D144) but it doesn't seem to work when protected Private Sub Worksheet_Change(ByVal Target As Excel.Range) ActiveSheet.Unprotect Password:="1234" With Target If .Count 1 Then Exit Sub If Not Intersect(Range("D9:D144"), .Cells) Is Nothing Then Application.EnableEvents = False With Me.Cells(24, 10) .NumberFormat = "dd-mmm-yy at h:mm" .Value = Now End With ActiveSheet.Protect Password:="1234" Application.EnableEvents = True End If End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Date Modified | Excel Discussion (Misc queries) | |||
Display last date workbook was modified? | Excel Discussion (Misc queries) | |||
Display date modified | Excel Discussion (Misc queries) | |||
How do I display the 'Date Modified' in an Excel worksheet header | Excel Discussion (Misc queries) | |||
Display Date Modified | Excel Discussion (Misc queries) |