How can I transform data from this:
A1 | B1 |
A11 | |
A12 | |
A13 | |
A14 | |
B11 | |
B12 | |
B13 | |
B14 |
To this?
A1 | B1 |
A11 | B11 |
A12 | B12 |
A13 | B13 |
A14 | B14 |
Solved! Go to Solution.
Hard to say from only looking on your post, if you can elaborate ,more on how the macro works, what is the input data in each Macro input and what the macro does.
I realized manipulating batch macro is overly complicating the problem. I just revised the question so that it dealing simpler concept! Thanks for pointing that out.