Quote:
Originally Posted by New Daddy
Would a picture (inserted as a file through Insert-Picture command) cause an error with this macro? I inserted a JPG file in the document and started facing run-time error 5917.
|
Possibly. Try inserting:
On Error Resume Next
before:
For i = 1 To .Revisions.Count
That should allow the macro to skip over such errors.