LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default I would like to get a time stamp that does NOT update upon recalc

"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
get date with now() today() but dont update with recalc robert w Excel Worksheet Functions 1 April 13th 06 01:36 AM
XL97 vs XL? Recalc-time CLR Excel Discussion (Misc queries) 10 November 30th 05 01:57 PM
Recalc Time CLR Excel Programming 5 November 15th 05 08:36 PM
Time stamp that does NOT update Pam Excel Worksheet Functions 0 November 3rd 05 04:32 PM
time stamp a cell that doesn,t change when time stamping another RC Excel Programming 5 October 13th 05 02:52 AM


All times are GMT +1. The time now is 11:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"