Hi Patrick,
This TextBox resides on a UserForm where people enter information which is
then placed into a document when the UserForm is closed.
You should be able to use the Application.CheckSpelling method. That allows
you to pass a string to the method and returns true or false. You'd probably
want to work word-for-word through the contents of the box and display any
errors in a second UserForm (much as Word's full spell check does).
The alternative would be to put the text in a (temporary) document and let the
user use Word's built-in spell checking facility.
And no, there's no way to put "squiggles" or any other kind of formatting in
the textbox to indicate errors.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail
