P
Patrick Simonds
Does anyone know how to spell check the contents of TextBox when exiting the
TextBox?
TextBox?
What kind of text box (what commands did you use to create it)? Word has threeDoes anyone know how to spell check the contents of TextBox when exiting the
TextBox?
You should be able to use the Application.CheckSpelling method. That allowsThis TextBox resides on a UserForm where people enter information which is
then placed into a document when the UserForm is closed.