Const baseString As String = "Hello World" Dim charLength As Long charLength = Len(baseString) 'charlength = 11