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.
- Host: GitHub
- URL: https://github.com/zq99/audit-trail-in-vba-for-excel-workbook
- Owner: zq99
- License: mit
- Created: 2020-07-07T16:18:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T13:30:52.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:18:18.557Z (8 months ago)
- Topics: audit, excel, excel-vba, logger
- Language: VBA
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - 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. (VBA)
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.