Public Function LastName1stTo1stName1st( _ ByVal vName As Variant _ ) As Variant
LastName1stTo1stName1st("Doe, John") = "John Doe" LastName1stTo1stName1st("Doe, John, Jr.") = "John Doe, Jr." LastName1stTo1stName1st("Doe, John J., D.D.S.") = "John J. Doe, D.D.S."See also:
DictionaryOrder FunctionvName: String containing the proper name which is to be changed from last-name-first form into first-name-first form. Function returns Null if vName is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.