Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi.
I need to place a date stamp on the row in column A, that is triggered by any action on a row. I need to place a time stamp on the row in column B, that is triggered by any action on a row in column C. 1/10/2007 13:54 I have the code for the first one, but need to trigger the time based on action in C for the second. Private Sub Worksheet_Change(ByVal Target As Range) Range("A" & Target.Row) = Date End Sub Thanx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time Stamp | Excel Discussion (Misc queries) | |||
Subtl column A based on column B. Each time B changes pattern? | Excel Discussion (Misc queries) | |||
EXCEL Sum column based on time range in different column? | Excel Worksheet Functions | |||
time stamp a cell that doesn,t change when time stamping another | Excel Programming |