Thanks for your help Chergh - can't get it working though
I'm using the text as you say...
Dim strArray() As Variant
Dim i As Long
strArray = Split(Range("J2").Value, "#")
For i = LBound(strArray) To UBound(strArray)
Attachments.Add (strArray(i))
Next i
...and have also try various options such as substituting 'Range("J2")' (which is where the files names and paths are - separated by #) to Range(attachments) where 'attachments' is defined as being the contents of J2.
The files work individually - as always, so the paths and names are correct.
Any other thoughts please?
Thanks again,
Chris.
Bookmarks