Hello, I need to concatenate strings from column with each strings from other column
What is the correct code for macros?


A B
st1 ar1
st2 ar2
st3 ar3

result
st1ar1
st1ar2
st1ar3
st2ar1
st2ar2
st2ar3
st3ar1
st3ar2
st3ar3