I'm using Microsoft Word 2007. I am trying to write a macro to format selected text and place an icon to the left of it in documentation. Here's the code I've managed to come up with:
Sub OnePointTip()
'
' OnePointTip Macro
'
'
Selection.Font.Name = "Times New Roman"...