Proofing Language -> French (CA)
Description | : | Sets the proofing language on selected text to French (CA) |
Download |
---|---|---|---|
Author(s) | : | Philippe J. Bruno | |
Category | : | Proofing | |
Last Updated | : | June 19, 2016 | |
Requirements | : | OneNote 2010 or above | |
Screenshot | : | ||
![]() Proofing Language -> French (CA) No screenshot available for this macro. |
|||
Changelog | : | June 19, 2016 (B3C98B) - Philippe J. Bruno These versions are no longer supported: January 18, 2014 - Philippe J. Bruno |
If you want to proof an entire page, create a new macro and paste code as follow:
ForEach ($TextObject_1 in QueryObjects("Text", GetCurrentPage()))
If (!($TextObject_1.selected == false))
Continue 1
$TextObject_1.lang = "fr-ca"