Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 04-13-2018, 04:43 PM
macropod's Avatar
macropod macropod is offline Is it possible to show errors only if they are wrong in BOTH languages? Windows 7 64bit Is it possible to show errors only if they are wrong in BOTH languages? Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You might try a macro like:
Code:
Sub CheckLanguage()
Application.ScreenUpdating = False
Dim Rng As Range
For Each Rng In ActiveDocument.Range.SpellingErrors
  With Rng
    If .LanguageID = wdEnglishUK Then
      .LanguageID = wdGerman
      If .SpellingErrors.Count > 0 Then ActiveDocument.Undo
    ElseIf .LanguageID = wdGerman Then
      .LanguageID = wdEnglishUK
      If .SpellingErrors.Count > 0 Then ActiveDocument.Undo
    End If
  End With
Next
Application.ScreenUpdating = True
End Sub
For PC macro installation & usage instructions, see: Installing Macros
For Mac macro installation & usage instructions, see: Word:mac - Install a Macro
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 

Tags
languages, spell check, spellcheck



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to show errors only if they are wrong in BOTH languages? Transparent area of a PNG show correct but print wrong dedine PowerPoint 1 03-08-2016 03:41 AM
Is it possible to show errors only if they are wrong in BOTH languages? Word does not show wrong words (but spelling checker is actually working) SebastianG Word 3 01-01-2016 12:25 AM
Is it possible to show errors only if they are wrong in BOTH languages? Page in status bar is wrong; other status bar errors, as well amz Word 3 08-12-2015 02:27 PM
Building blocks show correctly in dropdown, but wrong building block populates in doc wordgirl123 Word 0 10-03-2013 08:30 AM
Wod 2007 languages RON BROWN Word 0 09-15-2010 07:32 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:39 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft