Thanks Paul,
I want to create a separate document with all the quotes of the text accompanied by their footnotes; and in this new document I want to highlight all the italics so that I can check whether in the footnote reference to the quote the information on emphasis has been added (the...
Thanks! I tried with this one and it does not work. The wildcard searches work, I tried separately:
Sub test
Application.ScreenUpdating = False
Dim DocSrc As Document, RngSrc As Range
Dim DocTgt As Document, RngTgt As Range
Set DocSrc = ActiveDocument
With DocSrc
Set DocTgt = Documents.Add...
Hi again,
Thanks so much for the simplified version! I am trying to use it for another macro that needs to search on the main document, not the footnotes. I just changed the wildcard search and the story, but it does not seem to work:
Dim DocSrc As Document, RngSrc As Range
Dim DocTgt As...
Hi Paul.
This is such a great early Christmas gift! the code works beautifully and much faster than my previous attempt. I will try to learn from it and use a similar approach for the rest of my macro searches. Thanks so so much.
Hi everybody,
I should start apologizing if my question is too stupid, I am a legal editor and have been self-learning VBA to let machines do my work basically. I have been struggling with this code to run several wildcard searches and copy whatever is found in a new document. When I debug the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.