P
pnascimento
Hi,
I have some information on many really long lines at Excel. I'd like to
cut some of it (based on a 1-long cell with a single "T" on it) and
insert on a new line, right below it.
I tried to record a macro and see how does excel does it, but it uses
an absolute (Range("A2")) reference, not a relative. Also, it can't be
done on the new line, because it'll erase data from the line below.
A scrap of what's needed:
P|00000|ICMS|IPI|T|123|999
P|00001|ABCD|ASD|T|456|666
P|00002|LINK|LUNK|T|789|333
would become:
P|00000|ICMS|IPI
T|123|999
P|00001|ABCD|ASD
T|456|666
P|00002|LINK|LUNK
T|789|333
Thanks in advance.
I have some information on many really long lines at Excel. I'd like to
cut some of it (based on a 1-long cell with a single "T" on it) and
insert on a new line, right below it.
I tried to record a macro and see how does excel does it, but it uses
an absolute (Range("A2")) reference, not a relative. Also, it can't be
done on the new line, because it'll erase data from the line below.
A scrap of what's needed:
P|00000|ICMS|IPI|T|123|999
P|00001|ABCD|ASD|T|456|666
P|00002|LINK|LUNK|T|789|333
would become:
P|00000|ICMS|IPI
T|123|999
P|00001|ABCD|ASD
T|456|666
P|00002|LINK|LUNK
T|789|333
Thanks in advance.