Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to come up with a macro to concatenate a range of cells like
A1:B3 into cell A4 (first row of range, last column of range plus one). I would like to add a carriage return after concatenating each row. So in this example A4 would be equal to =CONCATENATE(A1,A2,A3,CHAR(10),B1,B2,B3) I would like to select the cells and then run the macro. Any ideas would be greatly appreciated. Thanks... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function to concatenate cells in a range | Excel Worksheet Functions | |||
concatenate with a varying range of cells | Excel Worksheet Functions | |||
concatenate cells by a given range | Excel Worksheet Functions | |||
How do I concatenate two currency cells to show a price range? | Excel Worksheet Functions | |||
How to concatenate adjacent cells in a range without using &? | Excel Worksheet Functions |