简体   繁体   中英

Excel VBA: List of changes

In Excel I can activate "Track changes while editing." with "Select "Highlight changes on screen.", and I get all changes visible.

Now I want to generate a complex report of all these changes, so I need a way to access this information via VBA. Unfortunatly there is no "Workbook.Changes" Property.

Does anybody know how to do it?

Kind regards, Thomas

Depending on what you need to track changes for, you might be able to use Spreadsheet Compare to help report on changes. It's an Excel Addin with lots of options for reporting on the differences between 2 workbook.

If you save a copy of the workbook before editing it, you could use this tool to summarize the differences after edits.

Did you notice that there is a built in option that allows you to 'List changes on a new sheet' ?
The best macro is no macro. (old Excel proverb)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM