Hi,

I would normally select the column I read data from - strline(3),

and where I start reading in a string from - Mid (sLine, 12, 10),

How do I combine the two?

And to further complicate it, the length shown here (10) will vary in length and I want to concatenate another column on the end - & " " & Trim(Strline(4)).

Thanks