Could the country names be added in such a way ???
Code:
Dim Word As Range
Dim WordCollection(2) As String
Dim Words As Variant
WordCollection(0) = "Albania"
WordCollection(1) = "Algeria"
WordCollection(2) = "Austria"
etc.
How can I make it work since I need around 69 country names ???
Plus I would need a dialog box to select the 2 docs from different locations.