Hi all,
I have a list that needs to go to a warehouse. The warehouse has an odd column layout that goes something like this:
I have my macro parsing the CSV so it looks right and columns go in the right order, but I don't see how to apply a column structure automatically within the macro.
Hope this makes sense, but how do I make it so the text after the first comma starts at space #2 and the text after comma #2 starts at space #32, etc.?
I have a list that needs to go to a warehouse. The warehouse has an odd column layout that goes something like this:
- Data column 1: W with a width always just one character
- Data column 2: Name with a width of fixed 30 characters
- Data column 3: Street address with a width of fixed 30 characters
- Data column 4: City with a width of fixed 20 characters
- Data column 5: St with a width of fixed 2 characters
- Data column 6: ZIP with a width of fixed 5 characters
Code: Select all
WNAME. 1234 anyplace street. Anytown. GE55512
Hope this makes sense, but how do I make it so the text after the first comma starts at space #2 and the text after comma #2 starts at space #32, etc.?