I have defined a string variable:
I thought the length of this variable would be 12 characters but when I type "Len(strSearchText)" in the Immediate window it shows the length to be 16 characters.Code:Dim strSearchText as String strSearchText = "Aug 16, 2016"
What am I missing?




Reply With Quote
