Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hello All
Need help with the script below or maybe a better one. I need to combine the items in Column A and Column B into one Column The one below will combine the data into one column but it is backward, I need the text in column B to be added after the text in column A Thanks for any help Scott Sub addData() For r = 2 To 100 Cells(r, "D").Value = " & Cells(r, "D").Value Next r End Sub This is what I have A B C D E 1 Jimmy @website.com 2 Jimmy @website.com 3 Jimmy @website.com 4 Jimmy @website.com 5 6 Sample of what I need a b c d e 1 2 3 4 5 6 7 8 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine data from 2 worksheets using unique identifier | Excel Worksheet Functions | |||
macro: combine / modify date / hilite | Excel Discussion (Misc queries) | |||
How do I combine 2 or more colums | New Users to Excel | |||
How to combine text from multiple cells? | Excel Worksheet Functions | |||
Excel data not transfering to Word. Colums are expanded. | New Users to Excel |