+ Reply to Thread
Results 1 to 2 of 2

Audit Trail

  1. #1
    Registered User
    Join Date
    11-29-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Audit Trail

    I'd like to create a macro that makes an audit trail that will show on my sheet AuditTrail. It will track the changes made to the unprotected, cells that are available to change. I have already built a button and an onAction callback for the macro entitled AuditChanges. I do not need this to be private, as I would like it to be available to advanced users. How can I create this macro? Thank you!

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

    Re: Audit Trail

    The attached file will probably do what you want with a small amount of modification. If you need help post a sample file and I can integrate my data log into your sample file.

    You need a call to the Data Log Open routine at workbook startup. My version clears the log at each Workbook Open, if you want the log to go on forever, take out the call to the Clear routine.

    You need a call to the Data Log Write routine at each change probably using a Worksheet_Change event.

    You need to save the Worksheet before you exit Excel if you want the log to be perrmanent.

    Good Luck.

    Lewis
    Attached Files Attached Files
    Last edited by LJMetzger; 12-01-2013 at 02:02 PM.

+ 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. Doing an audit trail and getting run time error 13
    By Mark harrington in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-31-2012, 04:07 PM
  2. Problem updating audit trail
    By gtol in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-14-2012, 07:28 AM
  3. Excel Audit Trail?
    By jvest0648 in forum Excel General
    Replies: 1
    Last Post: 12-17-2011, 02:57 PM
  4. Track Changes - Audit Trail
    By ChemistB in forum Excel General
    Replies: 2
    Last Post: 10-27-2006, 02:16 PM
  5. Audit Trail
    By Pendelfin in forum Excel General
    Replies: 1
    Last Post: 01-23-2006, 11:10 AM

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