i'm working on a VBA code in which i need to define each field as a specific length, and justify (or pad) the empty spaces. each column needs to be defined a specific length and will not change in the future.
i'm thinking i need to define the range as a string, with a fixed length type...