View Single Post
 
Old 04-28-2013, 07:13 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Example


'Callback for CustomButton4 onAction
Sub bdoteal(control As IRibbonControl)
On Error Resume Next '(in case no text selected)
With ActiveWindow.Selection.TextRange.Font
.Color.RGB = RGB(46, 176, 164)
'any other change here
End With
' MsgBox "BDO TEAL - R46, G176, B164"
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote