![]() |
|
|
|
#1
|
|||
|
|||
|
It is unfortunate that you can not put highlighting as a character style. For that you DO have to use a macro. However to do so is easy, and you can still assign a keyboard shortcut (say Ctrl-Q) to it.
Code:
Sub MyLotsOfFormat()
With Selection
With .Font
.Underline = wdUnderlineSingle
.Bold = True
.Italic = True
End With
.Range.HighlightColorIndex = wdBrightGreen
End With
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Macro Needed to bold specific lines and Macro to turn into CSV | anewteacher | Word VBA | 1 | 05-28-2014 03:59 PM |
| custom icon, undo/redo for macro, permanent macro | Rapier | Excel | 0 | 08-05-2013 06:30 AM |
| How do I assign a macro to a button when the macro is in my personal workbook? | foolios | Excel Programming | 2 | 07-27-2011 02:41 PM |