-
How to know if there are any more comments or revisions in a Word document?
I am using the statement WordBasic.NextChangeOrComment in a macro that moves to the next comment or revision in a document (and then finds the right place in the original, unrevised document). It's all working nicely, but if there are no more revisions or comments in the document, Word displays the message "Do you want to continue searching from the beginning of the document?" If the user replies OK, the search begins all over from the top of the document.
This is not always what I would like to happen. Is there a way of checking programmatically whether there are any more revisions or comments in a document before executing the statement WordBasic.NextChangeOrComment?
Basically, Word is trying to take charge, which is in conflict with what the macro is trying to do!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules