Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This Event macro uses A1 to record time changes for row 1:
Private Sub Worksheet_Change(ByVal Target As Range) Dim s As String s = "A2:IV1" If Intersect(Target, Range(s)) Is Nothing Then Exit Sub Range("A1").Value = Now End Sub -- Gary''s Student - gsnu200739 "pmj" wrote: I am looking for a formula that will put the time & date into a cell anytime data in a row is changed. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Click a cell and update to current time / date ? | Excel Discussion (Misc queries) | |||
Current date and time when different cell = X | Excel Worksheet Functions | |||
current Date and time in cell | Excel Discussion (Misc queries) | |||
Current date and time updated automatically | Excel Discussion (Misc queries) | |||
how do I insert the current time (static) and date in a cell? | Excel Discussion (Misc queries) |