An open API service indexing awesome lists of open source software.

https://github.com/zq99/audit-trail-in-vba-for-excel-workbook

This class can be added to any workbook, and then be used to track user changes to the workbook.
https://github.com/zq99/audit-trail-in-vba-for-excel-workbook

audit excel excel-vba logger

Last synced: 5 months ago
JSON representation

This class can be added to any workbook, and then be used to track user changes to the workbook.

Awesome Lists containing this project

README

        

# Audit Trail in VBA for an Excel Project

This is a simple class that can be added to an Excel VBA project, that can track user changes to the workbook.

The changes are exported to a separate text file.

## Setup

Add the csLogger class to a VBA project.

The ThisWookbook.bas file is the code needed for the workbook VBA module.

It handles the operation of calling the logger class for the different workbook events.

These events are triggered when a user opens and starts editing the workbook.