![]() |
#2
|
|||
|
|||
![]()
try this macro: (same in file attached):
Sub concatenate() Dim nextRow As Long With Sheets("Sheet1") nextRow = Range("G" & Rows.Count).End(xlUp).Row + 1 Cells(nextRow, "G").Value = Cells(2, "A").Value & Cells(5, "D").Value Cells(nextRow + 1, "G").Value = Cells(3, "A").Value & Cells(5, "D").Value Cells(nextRow + 2, "G").Value = Cells(4, "A").Value & Cells(5, "D").Value Cells(nextRow + 3, "G").Value = Cells(5, "A").Value & Cells(5, "D").Value MsgBox "Mission accomplished! ![]() End With End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Stephan Lindner | Word Tables | 1 | 09-10-2011 05:31 AM |
Product and Sum on 2 rows | apolloman | Excel | 2 | 04-27-2011 07:14 AM |
![]() |
kyakobi | Excel | 5 | 12-07-2010 03:12 PM |
![]() |
speedycorn1 | Excel | 1 | 10-30-2010 07:54 PM |
![]() |
GR8Fandini | Excel | 1 | 02-06-2010 12:58 PM |