Share via

Spellcheck not finding obvious errors

Anonymous
2024-01-09T02:32:37+00:00

If my aging memory serves me, I have a problem with WORD's spellchecker not working on a file every couple of years, long enough for me to not recall how it was fixed, although my memory tells me it eventually fixes itself, but for no good reason I can ever figure out. I tried the easy and longer repairs of Office 365 and a reboot but it did not help. This is an example of the offending phrase:

<< Ye,s this does happen with the cram down for failure to cotnrivute captial >>

I notice that this post has a spellchecker that identifies two of the three spelling errors. Word isn't identifying any of them. Here's two clues. I may have copied this text into the word doc from what was starting out as a reply in Outlook - I didn't notice if Outlook was showing the typos. If I copy it into a new WORD document (i think it showed HTML formatting as the default for pasting it), the problem remains. However, if I copy it a second time but use unformatted text when pasting it (in the same new document), then the errors do show up in WORD. So, to me, it seems that the HTML format I am using in Outlook is the source of the problem. Does that help?

Thanks much!

Dean

Microsoft 365 and Office | Word | Other | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

13 answers

Sort by: Most helpful
  1. Charles Kenyon 166.5K Reputation points Volunteer Moderator
    2024-01-09T18:59:37+00:00

    I think I read somewhere in the thread that the second box (which was also checked in that offending document) is better set to unchecked as well. Do you agree? If so, do I need a longer macro?

    And actually, I notice this problem a lot more when drafting a reply in Outlook than I do in WORD, perhaps because I tend to be more in a rush when replying to an e-mail than when creating a WORD document - and it frustrates me to no end as I am a bad typist. I assume I would need a separate macro for Outlook, right?

    I do not have the desktop version of Microsoft Office, rather I have the virtual version (or whatever it's called). I assume I can still add your macro anyway, right?

    Thanks much!

    Dean

    Hi Dean:

    Virtual version = online or browser version? If so, macros do not work there.

    You would need to use the Editor and make sure the box to not check is blank.

    The second checkbox to automatically switch languages should be unchecked but that is a separate issue and has nothing to do with whether or not language will not be checked.

    When you reply to something in Outlook I am unsure what formatting is applied. That depends both on your option setting and on what the formatting is. You would get better answers on this by posting a separate question in the Outlook forum.

    See Compare Word features on different platforms. (this is an archival copy) current page is Word Features Comparison: Web vs Desktop.

    • These programs are all named Word and they are all created and published by Microsoft.
    • They all can edit the same document files that have the same file structure. Some of the programs have no control over some of the document structures.
    • But, they are different programs with different features and controls.

    As of January, 2024, the most powerful Word program, with the most features, remains the Windows desktop application from Microsoft 365. I do not expect that to change. The perpetual license version Word 2021 is very close as far as features but does not receive new features as added.

    The Macintosh desktop application is second with number of features. The things available in the Windows version not yet on the Mac version include Content Controls, Building Blocks, UserForms, and ActiveX. It can use, but cannot create, or modify most Content Controls. AutoText is a Building Block that the Mac can and does use.

    The browser version of Word – Word Online – has a Transcribe feature that has recently been added to the Windows desktop version of Microsoft 365’s Word. It also has the ability to Export to PowerPoint (although not that usefully). Otherwise, the browser version has far fewer features and editing in it has been reported to mess up automatic numbering. Chromebooks use a version of this or of the Android mobile app. See How to access Microsoft Office on a Chromebook. This can only be used with documents stored on OneDrive or SharePoint. Differences between using a document in the browser and in the Word desktop application. I would use this for note taking and for quick viewing/printing, but not for editing. Especially not for editing long or complex documents. The ability to mess these up is too high.

    The mobile applications (Android/IOS, etc.) vary somewhat but have far fewer features. I would use them for note taking and for quick viewing/printing, but not for editing. Especially not for editing long or complex documents. Primarily these can only be used with documents on OneDrive or SharePoint*. (Usually, you can get at documents on your local device, but it is tricky.)* What you can do in the Microsoft 365 apps on mobile devices with a Microsoft 365 subscription See also Word for Android Phones Help, Word for Android Tablets Help,  Word for iPhone Help, Word for iPad Help.

    Note that the statements about capabilities and usefulness are my opinions, not anything from Microsoft. They are based on my use and on my observations over the years here and in other Word forums. In my opinion, none of the versions is perfect. They can all be useful, recognizing their limitations.

    1 person found this answer helpful.
    0 comments No comments
  2. Stefan Blom 338.5K Reputation points MVP Volunteer Moderator
    2024-01-09T18:52:49+00:00

    "Detect language automatically" should definitely be turned off, if that is the option you are referring to. Unlike the other options in the Language dialog box, this is a global setting, that is, it applies to future edits in any document that you edit in your Word installation.

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-09T18:47:56+00:00

    I think I read somewhere in the thread that the second box (which was also checked in that offending document) is better set to unchecked as well. Do you agree? If so, do I need a longer macro?

    And actually, I notice this problem a lot more when drafting a reply in Outlook than I do in WORD, perhaps because I tend to be more in a rush when replying to an e-mail than when creating a WORD document - and it frustrates me to no end as I am a bad typist. I assume I would need a separate macro for Outlook, right?

    I do not have the desktop version of Microsoft Office, rather I have the virtual version (or whatever it's called). I assume I can still add your macro anyway, right?

    Thanks much!

    Dean

    1 person found this answer helpful.
    0 comments No comments
  4. Charles Kenyon 166.5K Reputation points Volunteer Moderator
    2024-01-09T14:56:14+00:00

    Here is a short macro that is the equivalent of selecting the entire body of the document and then unchecking/clearing the box for "Do not check Spelling or Grammar."

    Sub SpellingGrammarCheckDocumentOn()
    
        ' Charles Kenyon 2024 January 9
    
        ' Turn on Spelling and Grammar Check for Selected Text
    
        '
    
        With ActiveDocument
    
            .Range.NoProofing = False ' This means that you do not check! It is a double negative.
    
        End With
    
    End Sub
    

    This could be attached to a keyboard shortcut and/or a QAT button. Here are some references:

    Any keyboard shortcut or QAT modification should be stored in the same template that holds the macro.

    This question comes up often enough that I've placed that macro with a keyboard shortcut into a short Add-In that can be downloaded.

    Here is information with a link to download it.

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-01-09T03:00:30+00:00

    I feel like I did check that although, right now, I cannot find it. I hit control A but am not sure what you mean by:

    "go to the Language Dialog".

    Can you give me more detail, please? I am in WORD. Is it under file, Options, Language or File, Options, Proofing? I don't see it either place. This is Office 365, the on-line version not the desktop.

    Thanks!

    1 person found this answer helpful.
    0 comments No comments