Hi there,
I am writing a VBA to record all changes made to a document, and write them to Word. I already have the Word implementation, what I need to know is this:
How can I record all changes made to a document since it was opened? My only thought was to have the VBA record Macro data and store it as a String. If you know how to do that, or have any better ideas, please let me know.
Is there some kind of Track Changes function in XL? Thanks!
-Nick
I am writing a VBA to record all changes made to a document, and write them to Word. I already have the Word implementation, what I need to know is this:
How can I record all changes made to a document since it was opened? My only thought was to have the VBA record Macro data and store it as a String. If you know how to do that, or have any better ideas, please let me know.
Is there some kind of Track Changes function in XL? Thanks!
-Nick