+ Reply to Thread
Results 1 to 2 of 2

Document a change in value to cells in particular row

  1. #1
    Valued Forum Contributor
    Join Date
    11-20-2003
    MS-Off Ver
    2010, 2016
    Posts
    1,173

    Document a change in value to cells in particular row

    Is it possible to record a date and/or time when another cell in excel has been modified.

    For example:

    If a user changes the value of any cell in row A25:E25, I want to record the date the change was made in cell F25.

    If a user changes the value of any cell in row A500:E500, I want to record the date the change was made in cell F500.

    And so on. Thanks for any comments.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Document a change in value to cells in particular row

    You would need to use VBA code in the worksheet module.
    This code goes into the sheet module. Right-click the worksheet tab, choose View Code and copy and paste this entire code into the code pane,

    It will place the current date into cell F25 or F500 when a change is made to any cell on the same row in columns A-E.

    Please Login or Register  to view this content.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1