Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nope. I wanted Selection.Merge
Ron de Bruin wrote: Do you want this ?? Sub test() Dim cell As Range Dim str As String For Each cell In Range("A1:A10") str = str & cell.Value Next cell MsgBox str End Sub -- Regards Ron De Bruin http://www.rondebruin.nl wrote in message oups.com... Is there a way to merge cells in VBA? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically merge mulitiple cells to one cells | Excel Worksheet Functions | |||
how do I merge cells into one then delete the original cells? | Excel Worksheet Functions | |||
How do I merge cells in Excel, like just 2 cells to make one big . | Excel Discussion (Misc queries) | |||
fill cells, merge cells | Excel Programming | |||
fill cells, merge cells | Excel Programming |