Before I close the thread as solved, I want the code to be more compact/compressed.
Why does xladepts code work but not the code below? (the code is an extract only)
Does anyone where the above code is going wrong?![]()
Private Function UserNameToFirstLast(strUserName As String) As String ' test delimiters Dim DeLim As Boolean If (strUserName Like " ,._") Then DeLim = True End If 'end of extract End Sub
![]()
Bookmarks