(now includes most useful Software Testing Questions)
x=inputbox("enter a string") if x= strreverse(x) then msgbox "Its a Palindrome" else msgbox "Its NOT a Palindrome" End if