Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can modify the macro he
http://www.mcgimpsey.com/excel/mergedata.html change vTxtArr(i, 1) = vTxtArr(i, 1) & sDelim & vTxtArr(i, j) to vTxtArr(i, 1) = Left(vTxtArr(i, 1) & sDelim & vTxtArr(i, j), 1000) In article , Bob wrote: I have a column with about 6,000 rows. I need a macro that will combine cells in the column with a pipe(|) between each. The key is that each row should be no more than 1,000 characters. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to combine 'like' rows | Excel Discussion (Misc queries) | |||
Combine cells with the same reference and combine quantities | Excel Discussion (Misc queries) | |||
Combine 2 macro | Excel Discussion (Misc queries) | |||
Combine two spreadsheets using Macro | Excel Worksheet Functions | |||
Combine Files macro | Excel Programming |