I have following data in each cell of Column D; for example cell D1 contains:
1
2
3
4
5
Above are the values in D1, similar data exists from D1 to D10000. I need to split these values into adjacent empty columns(cells). Text to columns does not work here because separating value is Alt+Enter which Text to Columns does not recognize. I probably need some VBA code for this. And need your help in this regard.
1
2
3
4
5
Above are the values in D1, similar data exists from D1 to D10000. I need to split these values into adjacent empty columns(cells). Text to columns does not work here because separating value is Alt+Enter which Text to Columns does not recognize. I probably need some VBA code for this. And need your help in this regard.