Concatenate multiple ranges using vba

前端 未结 9 1298
臣服心动
臣服心动 2020-12-03 03:51

I have a number of ranges to concatenate independently and put the values of the concatenated ranges into different cells.

I want to:
concatenate values in Range

9条回答
  •  情歌与酒
    2020-12-03 04:41

    Its very simple brother, Look out of the Excel. No need for all cumbersome formula or VBA.

    Just copy all the cells that you need to concatenate and paste it in the notepad. Now just select the space between the lines/columns (it's a TAB space actually) and find and replace it.. Done.. All cells are concatenated. Now just copy and paste it in the column and just verify.. Thats it :) Enjoy.

    I suggest you to use Notepad++ for this :) Koodos

    Vimarsh Ph. D. Plant Biotech. /

提交回复
热议问题