I would like to run a macro that will break a single cell into many cells in a column of data. Example: Cell A1 contains the text "text1 & text2 & text3 & text4". Actually, there are hundreds of texts with "&" in between within this cell. I would like the macro to be able to break this text into B1:B4 as follows. B1: text1; B2: text2; B3: text3; B4: text4; etc.
How can this be done using a Macro? Thank you.
How can this be done using a Macro? Thank you.