ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   timestamp on each row... (https://www.excelbanter.com/excel-programming/314948-timestamp-each-row.html)

Starrpro50

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

Frank Kabel

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



Dale Preuss[_2_]

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


Ron de Bruin

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





All times are GMT +1. The time now is 12:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com