A
andrei
I have in column A cells with the following content :
A1 : Mother
A2 : go
A3 : home
A4 : ( empty cell)
A5: ( empty cell)
A6 : Daddy
A7 : works
A8 : in a
A9 : mine
A10 : (empty cell)
A11 : My uncle
A12 : is a spy
What i want in a macro which does that
B1 : Mother go home
B2 : Daddy works in a mine
B3 : My uncle is a spy
The macro should concatenate the cells with text and "understand" empty
cells as delimiter .
A1 : Mother
A2 : go
A3 : home
A4 : ( empty cell)
A5: ( empty cell)
A6 : Daddy
A7 : works
A8 : in a
A9 : mine
A10 : (empty cell)
A11 : My uncle
A12 : is a spy
What i want in a macro which does that
B1 : Mother go home
B2 : Daddy works in a mine
B3 : My uncle is a spy
The macro should concatenate the cells with text and "understand" empty
cells as delimiter .