Difference between revisions of "Highlighting text with Shading Wordfast Classic"
(No difference)
|
Latest revision as of 10:08, 2 October 2017
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