View Single Post
 
Old 07-07-2015, 07:33 AM
tesoke tesoke is offline Windows 8 Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2015
Posts: 56
tesoke is on a distinguished road
Default

So, how can I show you the codes?! Do you mean these: [Macro3 is defined for coloring the text blue but it does not work.]

Sub Macro1()
'
' Macro1 Macro
'
'
Options.DefaultHighlightColorIndex = wdYellow
Selection.Range.HighlightColorIndex = wdYellow
End Sub
Sub Macro2()
'
' Macro2 Macro
'
'
Options.DefaultHighlightColorIndex = wdBlack
Selection.Range.HighlightColorIndex = wdBlack
End Sub
Sub Macro3()
'
' Macro3 Macro
'
'
End Sub
Reply With Quote