How to Add "Ignore Always" to the Spelling Shortcut Menu
ID: Q136467
|
The information in this article applies to:
-
Microsoft Word for Windows 95, version 7.0
SUMMARY
This article describes how to add an Ignore Always command to the Spelling
shortcut menu. This command formats the selection for no proofing so that
the spelling checker will ignore the selection the next time you check the
spelling of your document.
MORE INFORMATION
WARNING: ANY USE BY YOU OF THE MACRO CODE PROVIDED IN THIS ARTICLE IS AT
YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty
of any kind, either express or implied, including but not limited to the
implied warranties of merchantability and/or fitness for a particular
purpose.
To add an Ignore Always command to the Spelling shortcut menu, do the
following:
- Create the macro, as follows:
- On the Tools menu, click Macro.
- In the Macro Name box, enter ToolsSpellingIgnoreAlways.
- Click Create.
- Type the following macro code between the Sub Main and End Sub
commands:
If SpellChecked() = 1 Then SpellChecked 0
ToolsLanguage .Language = "0"
- Save and close the macro window.
- Assign the macro to the Spelling shortcut menu, as follows:
- On the Tools menu, click Customize.
- Click the Menus tab.
- In the Categories list, click Macros.
- In the Macro list, click ToolsSpellingIgnoreAlways.
- In the Change What Menu list, click Spelling (Shortcut).
- Click Add.
- Click Close.
When you choose Ignore Always from the shortcut menu, the selected text
will be marked for no proofing, and the spelling checker will always ignore
it.
Additional query words:
7.0 word95 winword word7 exception
Keywords : kbproof kbmacroexample
Version : WINDOWS:7.0
Platform : WINDOWS
Issue type :
|