Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Peggy" wrote in message
... : Time() returns the current time but upon every keystroke or recalculation it : updates. I would like a non-updating time stamp every time I enter a number : into an adjacent cell. : Try something like this. Place this formula in the cell you want the time stamp in =IF(ISBLANK(A1),"",TimeStamp()) replace A1 with the cell you want to use to change the stamp then create a code module with this function Public Function TimeStamp() TimeStamp = Time() End Function Paul D |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
get date with now() today() but dont update with recalc | Excel Worksheet Functions | |||
XL97 vs XL? Recalc-time | Excel Discussion (Misc queries) | |||
Recalc Time | Excel Programming | |||
Time stamp that does NOT update | Excel Worksheet Functions | |||
time stamp a cell that doesn,t change when time stamping another | Excel Programming |