isWord() ?

Hi, I am trying to do a quick tool to get palidromes. I need a function that will verify if a word is a real word. There is isText or isNumeric, but if there a isWord , which would return true for a valid word like 'table' and false for 'tebal'.

 

Is there something like that?

AttachmentSize
dictionary.txt2.38 MB
Dictionary.xlsm2.9 MB
Nick's picture

isword

nop, but you can write one yourself pretty easily

Steps:

  • download a dictionary
  • store it on a sheet, or read it in on opening
  • Write IsWord in VBA.. a couple of lines

Download a dictionary?

Download a Dict? Sounds a bit extreme? :) Any suggestions?

Nick's picture

dictionary

added one to your post... and an Excel file with a working IsWord function.

; - >

palindromes

Thanks. There were 108 palindromes in that list. (str = reverStr(str)