I'm new again to VBA, there are a plethora of commands that I don't know anything about.
Here's my situation:
In Excell: I'm trying to take some of the text out of a cell, leave some of the text in there still, and paste the text that was cut into another cell. The text that I'm starting out with in the beginning cell is delimited with a space, but of variable length. Like this:
a1: Frank Johnson
a2: Guy Smith
a3: John Galt
etc...
want them to be...
a1: Johnson b1:Frank
a2: Smith b2:Guy
a3: Galt b3:John
etc...
I can cut and paste, but I am trying to actually understand what's going on, and so far, searching through the posts, I can't figure out how to do that.
Please help.
Here's my situation:
In Excell: I'm trying to take some of the text out of a cell, leave some of the text in there still, and paste the text that was cut into another cell. The text that I'm starting out with in the beginning cell is delimited with a space, but of variable length. Like this:
a1: Frank Johnson
a2: Guy Smith
a3: John Galt
etc...
want them to be...
a1: Johnson b1:Frank
a2: Smith b2:Guy
a3: Galt b3:John
etc...
I can cut and paste, but I am trying to actually understand what's going on, and so far, searching through the posts, I can't figure out how to do that.
Please help.