Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default timestamp on each row...

how can I create a timestamp on each row in excel that updates per
change..like as a last modified date but instead of all changes make it row
specific
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default timestamp on each row...

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

--
Regards
Frank Kabel
Frankfurt, Germany

"Starrpro50" schrieb im
Newsbeitrag ...
how can I create a timestamp on each row in excel that updates per
change..like as a last modified date but instead of all changes make

it row
specific


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default timestamp on each row...

On the module for the specific worksheet...

Private Sub Worksheet_Change(ByVal Target As Range)
Cells(Target.Row, 1).Value = Now
End Sub

This drops the time stamp in Column A.

Dale Preuss

"Starrpro50" wrote:

how can I create a timestamp on each row in excel that updates per
change..like as a last modified date but instead of all changes make it row
specific

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default timestamp on each row...

Hi

See J.E site for a example
http://www.mcgimpsey.com/excel/timestamp.html



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Starrpro50" wrote in message ...
how can I create a timestamp on each row in excel that updates per
change..like as a last modified date but instead of all changes make it row
specific



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
TimeStamp Chris Excel Discussion (Misc queries) 2 April 19th 10 10:15 PM
timestamp james Excel Worksheet Functions 2 May 17th 09 06:16 PM
Timestamp ? elroyerni Excel Discussion (Misc queries) 2 June 1st 07 12:07 AM
Timestamp PS Excel Discussion (Misc queries) 2 January 10th 07 02:21 PM
Now as timestamp Lp12 Excel Worksheet Functions 5 August 13th 06 11:32 AM


All times are GMT +1. The time now is 10:48 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"