last char of a string
Hi,
Use "Right" as in:
sText = Right(YourString, 1)
MsgBox sText
HTH/
"Buddy Lee" wrote:
how can I get the last char of a string?
e.g. "abcdefg" - last char is "g"
does excel know something like "txt[ Len(txt) ]"???
--
icq 25372592
|