audit logs

  1. C

    VBA Audit Trail

    I only recently started learning how to use VBA code and I'm come to a standstill with one particular code. I'm not too sure where to start and hope someone here is a miracle worker and can help me! What I'm aiming to achieve: A hidden, and preferably locked, worksheet that will record...
  2. S

    Audit Trail

    My end users enter data in the sheet for a batch, then they press a button to run code, check for certain errors, then lock the cells. Audit trail is populated with Date, Time, Excel User ID, Batch Number, worksheet tab. Sub AuditTrail(batchnumber As String)...
  3. H

    Track Changes in Excel 2010

    Hi, I’m having issues with tracking changes within Excel. I have been able to set up the track changes options but I seem to lose my setting when emailing or uploading the document to Sharepoint 2013. I’d like to create an approvals worksheet, the idea is people would enter their name beside...
  4. K

    Workbook Audit

    In which sheet(s) Column A does a string from the Active.Sheet, Column, A appear in the workbook? Need source string and names of the sheets. Rows or column result ok dumped into a target sheet; it doesn't need to be pretty. I need something to work with applying my current skills. Of...
  5. M

    Audit Log Issues

    Hello, I'm currently using this code to keep a log of changes to a workbook. Dim PreviousValue As VariantPrivate Sub Worksheet_Change(ByVal Target As Range) Dim Errb As Integer On Error GoTo ErrTrap: If Target.Value <> PreviousValue Then With Sheets("log").Cells(65000...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top