#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Adding a time stamp

I would like to add a field that would state the time an action happened in
another cell... ei. tell me the time a field went from 0 to 1
a static time...

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Adding a time stamp

Look he

http://www.mcgimpsey.com/excel/timestamp.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"bigguy68" wrote in message ...
|I would like to add a field that would state the time an action happened in
| another cell... ei. tell me the time a field went from 0 to 1
| a static time...
|
| thanks


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Adding a time stamp

Assuming the time stamp should be in the cell directly to the right of the
updated field, then select the updated field and run the following macro.

Sub TimeStamp()
ActiveCell.Offset(0, 1).Select
ActiveCell.Formula = "=TIME(HOUR(NOW()),MINUTE(NOW()),0)"
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues
End Sub


"bigguy68" wrote:

I would like to add a field that would state the time an action happened in
another cell... ei. tell me the time a field went from 0 to 1
a static time...

thanks

Reply
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
Time Stamp Kenny Excel Discussion (Misc queries) 8 October 14th 08 06:15 PM
Time Stamp Mike D. Excel Discussion (Misc queries) 2 May 25th 07 07:51 PM
Time Stamp FARAZ QURESHI Excel Discussion (Misc queries) 8 January 8th 07 11:51 PM
Time Stamp japc90 Excel Discussion (Misc queries) 7 August 22nd 06 04:19 PM
Adding a date stamp to each cell in column - after the fact [email protected] Excel Discussion (Misc queries) 1 April 24th 06 10:28 PM


All times are GMT +1. The time now is 06:58 AM.

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

About Us

"It's about Microsoft Excel"