Friday 14 November 2014

Getting the Length using VBA

Sub Length()
Dim name As String
name = "Computer"

MsgBox Len(name)

End Sub

No comments:

Post a Comment