+ Reply to Thread
Results 1 to 2 of 2

track cell value changes and date of change within the same sheet

  1. #1
    Registered User
    Join Date
    01-20-2014
    Location
    Omaha
    MS-Off Ver
    Excel 2010
    Posts
    4

    track cell value changes and date of change within the same sheet

    I have a workbook where I have several sheets. Each sheet pulls a value from the first sheet and inputs it into a specific cell (e19) in each of the remaining sheets ,via a simple = formula. the value changes every time the macros run via a button push in the first sheet. I'd like to record the history of (e19)with the date it changed and input into a running list in columns "a" and "b" of the same respective sheet, rather than a separate history sheet. How do i do that?

    Attached is a copy of my workbook.

    Thanks in advance for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: track cell value changes and date of change within the same sheet

    Hi BoydRed,

    I hope I understood your question correctly. My solution puts the date and time (you can change the date and time to date only or whatever format you want) in Column A and the Value in Column B for whichever day is the day being used.

    To do this I:
    a. Saved the existing 'E19' values when the workbook opens using Workbook_Open() in Module 'ThisWorkbook'.
    b. Accessed the event each time the value of 'E19' changed (formula calculation) using Worksheet_Calculate() in each of the 14 'Daily tracker' modules.
    c. Wrote the history to the proper 'Daily tracker' sheet using AddHistoryToCurrentDailyTrackerSheet() in Module 'ModHistory'.

    The attached workbook is in Excel 2007 format (because Excel 2003 format in which my workbook was developed created an output file that was TOO BIG). You may have to copy the Macros to your workbook, because some of the Excel formatting may have been lost by Excel 2003. If the formatting is OK, then my workbook should work with your version of Excel.

    Lewis

    ThisWorkbook Module:
    Please Login or Register  to view this content.
    Identical Code in each of the 14 'Daily tracker' sheet Modules:
    Please Login or Register  to view this content.
    ModHistory Module:
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. track change
    By Marisa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-12-2014, 11:24 AM
  2. [SOLVED] Duplicate sheet but change sheet name and date on multiple rows
    By hambly in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-08-2012, 09:39 AM
  3. Track Changes - can I change this?
    By AnneFr in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-02-2012, 04:37 AM
  4. Automatically Change Sheet Tab Name With Date in Cell
    By chrisneu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-31-2011, 11:34 PM
  5. Replies: 1
    Last Post: 09-19-2005, 10:05 PM

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