Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is the macro that concatenates the cells contents in one string.
I've manage to display the result in MsgBox. Now I would like to be able to use it as a "PASTE" command. Do you have any ideas? Sub Macro1() Result = "" For Each cell In Selection Result = Result & " " & cell.Text Next MsgBox Result End Sub Tnkx in advance, tp |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to Copy & Paste in backgorund | Excel Discussion (Misc queries) | |||
paste command not work in 'comment' | Excel Discussion (Misc queries) | |||
How do I add a command button on a worksheet to "paste" from the . | Excel Worksheet Functions | |||
How do I add a command button on a worksheet to "paste" from the . | Excel Worksheet Functions | |||
link data to new workbook | Excel Discussion (Misc queries) |