Hi. Can someone help me on creating a UDF that accept any text on and output the lenght of it. Here is the code I tried to start but I don't know how to proceed to get a result:
Function LResult(input_txt) As String
stringcount = Len(input_txt)

End Function