VBA Excel: Strings - Function X
The length of a string is the number of characters it contains. To assist you with finding the length of a string, the Visual Basic language provides a function named Len. Its syntax is: Public Function Len(ByVal Expression As String) As Integer...