View Single Post
 
Old 09-21-2023, 11:16 AM
wardw wardw is offline Windows 7 64bit Office 2007
Advanced Beginner
 
Join Date: Oct 2012
Posts: 65
wardw is on a distinguished road
Default Can VBA count changes made in real time?

When editing Word documents, I have an add-in that prompts me to save changes every 5 minutes. But often, I make very few changes in that time, so it's not worth saving. I'd like to build a macro that alerts me to save, but only after I make a specified number of changes.

Can VBA count changes made in real time without Track Changes turned on? (I don't use Track Changes, because after many changes, documents crash and aren't recoverable.)
Reply With Quote