johnmerlino
Board Regular
- Joined
- Sep 21, 2010
- Messages
- 94
Hey all,
I have a cell like this:
I have this:
That above statement returns:
Rather than
thanks for response
I have a cell like this:
Code:
_AS THE UNKNOWN SPOUSE OF KATARINA ASKI,
I have this:
Code:
...code
unknown = InStr(Range("K" & i), "UNKNOWN SPOUSE OF ")
...code
ElseIf unknown <> 0 Then
LValue = Right(Range("K" & i), Len(Range("K" & i)) - unknown)
End If
...code
That above statement returns:
Code:
S THE UNKNOWN SPOUSE OF KATARINA ASKI,
Rather than
Code:
KATARINA ASKI
thanks for response