I have a large fixed width file that i am importing to excel 2016. I am using the array(nn, 2) in general to grab the columns I need. I am manipulating them and then putting it back together for use in the native application.
The problem is that if I grab a column and the end of the previous column has blanks it will trim those when importing. So, when I put it back together those missing blanks cause the file to fail.
Any way to prevent the trimming?
The problem is that if I grab a column and the end of the previous column has blanks it will trim those when importing. So, when I put it back together those missing blanks cause the file to fail.
Any way to prevent the trimming?