Can anyone help see where I went wrong in the function below?


Function ParseOutNames(FullName As String) As Variant

Dim FirstName As String
Dim LastName As String
Dim MidInitial As String...