Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 16
Default Date Stamp by User and cell value

Dear All,
Searching the forum I found the code to date stamp the comment but what I need is a bit different and unfortunately more complicated.
Say I have validation drop down menu in Coumn A, Column C and Column E to choose from: Sent, Received, Returned, Processed. There are about 6 different users who use this spreadsheet and I need a user specific and action specific date stamp as many time as the values in A, C,and E are changed - to be tracked and displayed preferably in the comment. If not, then a separate table might work. There are about 80 rows of data.

Thanks in advance,
Art
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 538
Default Date Stamp by User and cell value

rtour957 wrote:

Searching the forum I found the code to date stamp the comment but what
I need is a bit different and unfortunately more complicated.
Say I have validation drop down menu in Coumn A, Column C and Column E
to choose from: Sent, Received, Returned, Processed. There are about 6
different users who use this spreadsheet and I need a user specific and
action specific date stamp as many time as the values in A, C,and E are
changed - to be tracked and displayed preferably in the comment. If not,
then a separate table might work. There are about 80 rows of data.


I'm not sure what "comment" you mean, but I'm going to assume you want some
sort of logging. Have a look at the logging code I posted last year, in the
thread called "Macro to create log file". The current version of the code can
be downloaded he

http://auric.altervista.org/excel/track_changes.bas

The code in that file needs to go into the ThisWorkbook class of the workbook
being tracked. It's in the public domain so feel free to change it as you
desire... if it does what you need it to, that is. (It tracks *everything*,
not just 3 columns.)

--
Courage of the heart is very rare.
  #3   Report Post  
Junior Member
 
Posts: 16
Default

Quote:
Originally Posted by Auric__ View Post
rtour957 wrote:

Searching the forum I found the code to date stamp the comment but what
I need is a bit different and unfortunately more complicated.
Say I have validation drop down menu in Coumn A, Column C and Column E
to choose from: Sent, Received, Returned, Processed. There are about 6
different users who use this spreadsheet and I need a user specific and
action specific date stamp as many time as the values in A, C,and E are
changed - to be tracked and displayed preferably in the comment. If not,
then a separate table might work. There are about 80 rows of data.


I'm not sure what "comment" you mean, but I'm going to assume you want some
sort of logging. Have a look at the logging code I posted last year, in the
thread called "Macro to create log file". The current version of the code can
be downloaded he

http://auric.altervista.org/excel/track_changes.bas

The code in that file needs to go into the ThisWorkbook class of the workbook
being tracked. It's in the public domain so feel free to change it as you
desire... if it does what you need it to, that is. (It tracks *everything*,
not just 3 columns.)

--
Courage of the heart is very rare.
Thanks for the link I checked out. I do not want a log be created in another sheet. I thought about having comment in the cell created that would be date stamped with the user ID and cell value that the user chose from the drop down menu in that cell.
Any suggestions?

Thank you , Art
  #4   Report Post  
Junior Member
 
Posts: 20
Default

Quote:
Originally Posted by rtour957 View Post
Thanks for the link I checked out. I do not want a log be created in another sheet. I thought about having comment in the cell created that would be date stamped with the user ID and cell value that the user chose from the drop down menu in that cell.
Any suggestions?

Thank you , Art
Refer to the attached, it will put the date and user name as comment in any cell that is changed.

Hope it helps
Attached Files
File Type: zip DateStampComments.zip (12.3 KB, 25 views)
  #5   Report Post  
Junior Member
 
Posts: 16
Default

Quote:
Originally Posted by Gizzmo View Post
Refer to the attached, it will put the date and user name as comment in any cell that is changed.

Hope it helps
Thank you,
It does almost exactly what I need but does not keep the log of previous changes/date stamps. The values in the cell may change several times. So everery time it changes I need a date stamp that would stay and any future date stamps would be recorded on top of the previous ones - to keep a log.
Also preferebly a specific action/cell value that cause the date stamp be recodred as well.
I attached small file and manually formatted comments in few columns to make it easy to understand what I am looking for.

Respectfully,
Art
Attached Files
File Type: zip Comment_datestamp.zip (7.8 KB, 32 views)


  #6   Report Post  
Junior Member
 
Posts: 20
Default

Quote:
Originally Posted by rtour957 View Post
Thank you,
It does almost exactly what I need but does not keep the log of previous changes/date stamps. The values in the cell may change several times. So everery time it changes I need a date stamp that would stay and any future date stamps would be recorded on top of the previous ones - to keep a log.
Also preferebly a specific action/cell value that cause the date stamp be recodred as well.
I attached small file and manually formatted comments in few columns to make it easy to understand what I am looking for.

Respectfully,
Art
Will have a look at it later as I am at work at the moment. Also can I ask why you specifically want it in the Comments v a seperate log? I am not an expert but I suspect that the comments box will have a limit to the number of characters, so I am worried you will reach this limit. Also adding comments to every cell will increase your file size etc.
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
Date stamp user Stuart WJG[_2_] Excel Discussion (Misc queries) 7 August 7th 09 11:38 PM
Date stamp when a value is entered in a cell bbrant2 Excel Worksheet Functions 5 January 23rd 08 02:06 AM
Date stamp when a value is entered in a cell on another worksheet bbrant2 Excel Worksheet Functions 1 January 21st 08 05:27 PM
Create a button that will date stamp todays date in a cell Tom Meacham Excel Discussion (Misc queries) 3 January 11th 06 01:08 AM
Setting up a date and time stamp in a cell Dave Peterson[_3_] Excel Programming 4 July 10th 03 01:53 PM


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