Is there anyway to disable spell checking on a per document basis via VBA for MS Word?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can mark the current document as already spell-checked:
or you can disable spell checking for a range of text:
You can also simply disable the display of the red squiggles:
Note that the same things can be done for grammar-checking (green squiggles); e.g.:
will mark the current document as already grammar-checked, thus effectively disabling it.