I've been using the following to extract a last name from a list o
individuals:
AEmployeeLastName = Split(Cell.Offset(0, -4),
")(UBound(Split(Cell.Offset(0, -4), " ")))
What would be the simplest VBA code to extract the 1st name & middl
initial?
For example
John A Doe
Extract John A
or
Jack Franklin Johnson
Extract Jack F
I really appreciate all your help. mikebur
--
mikebur
-----------------------------------------------------------------------
mikeburg's Profile:
http://www.excelforum.com/member.php...fo&userid=2458
View this thread:
http://www.excelforum.com/showthread.php?threadid=50924