Highlighting text with Shading Wordfast Classic

From Wordfast Wiki
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