View Single Post
 
Old 06-29-2018, 03:46 PM
d4okeefe d4okeefe is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Apr 2013
Posts: 77
d4okeefe is on a distinguished road
Default

The first text in the VBA view needs to be this ...
Code:
Private Type CountriesFoundInDoc
    Name As String
    Location As Long
End Type
By the way, this only pastes the text to the top of the current document. You can adjust to make it add to the new document, but that may take some work. Actually, it was a bit of work to get the info itself.

Good luck.
Reply With Quote