A
Andrew Vaudin
Can anyone tell me how to define and use a constant color called, for
instance, 'my_blue' that can be used anywhere in a PowerPoint add-in to
replace code such as:
- ActiveWindow.Selection.TextRange.Font.Color.RGB = RGB(Red:=12,Green:=106,
Blue:=182)
- Dim current_Color As Long
current_Color = RGB(12,106,182)
- ActiveWindow.Selection.ShapeRange.Fill.ForeColor.RGB = RGB(12,106,182)
Thanks,
androoo...
instance, 'my_blue' that can be used anywhere in a PowerPoint add-in to
replace code such as:
- ActiveWindow.Selection.TextRange.Font.Color.RGB = RGB(Red:=12,Green:=106,
Blue:=182)
- Dim current_Color As Long
current_Color = RGB(12,106,182)
- ActiveWindow.Selection.ShapeRange.Fill.ForeColor.RGB = RGB(12,106,182)
Thanks,
androoo...