I'm using an old AS400 mainframe system here. I can export a report that i want into a txt file and then import to excel but i'm running into problems when i try to separate all this data. Unfortunatly when the report exports to txt file, it does not keep the column widths as seen in the mainframe. When i load to excel either by opening and doing text to columns there, or by cutting and pasting and then doing text to columns, i get the same problem. I can't use fixed width because of random column widths, and i can't use delimited because each one is different. (IE: a description could have 5 spaces or none)
The good news, i am hoping, is i can use a flag of sorts that each Item section has (item section is about 7 columns by 5 rows, then a space to separate the next item section, and so on, up to over 3000)
In the 2nd line, first row of one item section, it will always say "Level:"
Does anyone know a way to get text to columns to work OR Will i be able to make a macro that can somehow find that flag ("level:") and use it to find my data and do something with it. I'm thinking a macro should be possible, but i haven't a clue where to begin.
I can upload an example if someone needs a visual.
The good news, i am hoping, is i can use a flag of sorts that each Item section has (item section is about 7 columns by 5 rows, then a space to separate the next item section, and so on, up to over 3000)
In the 2nd line, first row of one item section, it will always say "Level:"
Does anyone know a way to get text to columns to work OR Will i be able to make a macro that can somehow find that flag ("level:") and use it to find my data and do something with it. I'm thinking a macro should be possible, but i haven't a clue where to begin.
I can upload an example if someone needs a visual.