Excel: Split A Column Into Multiple Columns

Address.txt (20 Bytes)

It looks like the prior method was adding “” around the address.

Using “Write Cell” with Split(strAddyTempString,”,”)(0).ToString.Trim solved it. No more extra line.

Based on your trim idea earlier as well as the the following post:

1 Like