Greetings,
I need some VBA code that will strip all characters including and prior to the first space...after a dash in a string. This data will always be in column B.
Example:
18 - John Doe
Would return John Doe.
I have tried but I have not yet nailed it so in seeking help from the brain trust here.
Thank you in advance.
Ken
I need some VBA code that will strip all characters including and prior to the first space...after a dash in a string. This data will always be in column B.
Example:
18 - John Doe
Would return John Doe.
I have tried but I have not yet nailed it so in seeking help from the brain trust here.
Thank you in advance.
Ken