Simply use:
Value:=Trim(.Range("B" & i)) & "|" & Trim(.Range("C" & i)) & "|" & Trim(.Range("D" & i)) & "|" & Trim(.Range("E" & i))
Do be aware, though, that the Value property also has limited capacity.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|