View Single Post
 
Old 07-07-2015, 05:27 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,342
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

It seems you haven't recorded the blue colouring correctly. I recorded a macro for a custom blue colour and the macro recorder came up with:
Code:
Sub Blue()
'
' Blue Macro
'
'
  Selection.Font.Color = 16724787
End Sub
As you can see, this has nothing to do with highlighting, which is what your macros recorded. All I can conclude is that the macros you posted didn't include anything for making the text blue.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote