View Single Post
 
Old 07-03-2018, 04:00 AM
XRope XRope is offline Windows 7 64bit Office 2010 32bit
Novice
 
Join Date: Jun 2018
Posts: 17
XRope is on a distinguished road
Default

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.
Reply With Quote