Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I am trying to detect the space character in a string but my code is not working. Thanks for your help. JN sub demo() Dim strlength As Integer Dim str As String str = "good morning" strlength = Len(Trim(str)) For i = 1 To strlength If Mid(str, i, strlength) = Chr(32) Then MsgBox "space" End If Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
is 3rd character in a cell a space? | Excel Worksheet Functions | |||
Can i give Space/some other character in between the cell? | Excel Worksheet Functions | |||
How do I replace a BEL Character of 7 with a space | Excel Discussion (Misc queries) | |||
NEED HELP-----Removing a space at the end of a string of character | Excel Discussion (Misc queries) | |||
How can I insert a space before the last character in a range of cells | Excel Programming |