Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am trying to move text from column B to in front of that in column A.
A B Jones John Result would be A B John Jones Tried this: Private Sub NameChange() For Each c In Selection c.Text = c.Offset(0, 1).Text & " " & c.Text Next c End Sub Am I even close (sorry I'm new to this stuff) Sandy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keyboard Shortcut to move to top of column in worksheet? | Excel Discussion (Misc queries) | |||
Excel: is it possible to move column contents into a line | Excel Discussion (Misc queries) | |||
Last text value in a column | Excel Worksheet Functions | |||
How to convert columns of data to one column of text | Excel Worksheet Functions | |||
Sort or Filter option? | Excel Worksheet Functions |