HI,
Please help me in colourin the text frame with 2 different colours.
With ppSlide1.Shapes(3)
.TextFrame.TextRange.Text = "Wing PRR :Total Weight: "
.TextFrame.TextRange.Font.Bold = True
.TextFrame.TextRange.Font.Color = vbWhite
.TextFrame.TextRange.Font.Size = 26
.TextFrame.TextRange.Font.Name = "Arial"
End With
"Wing PRR:" - in White colour
"Total Weight" - Yellow colour
Regards,
Dinil