For finding palindromes:
Code:
If toupper(str) = toupper(strreverse(str)) then
    ' Palindrom
End If
And no, I'm not sure about toupper...I expect it's something totally different