Highlighting text with Shading Wordfast Classic

From Wordfast Wiki
Revision as of 11:08, 2 October 2017 by Samar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Q: I would like to highlight selected text, not using highlight, but Borders and Shading/Shade/Yellow instead. However, this is really slow because I have to use the menus each time.

A: Associate the following macro to Alt+H. See the part on associating macros with a shortcut.

Sub HighLight()

Selection.Font.Shading.BackgroundPatternColorIndex = wdYellow

End Sub

Back to Wordfast Classic User Manual