change the color of a wordart gradiant

seba64

New Member
Joined
Apr 24, 2016
Messages
32
Hi

I add a word art to a sheets. In excel, i select the msoTextEffect13 and change then colors (5) with diferents blue tones, but in saved macro the colors not change. Thats the code of macro:

Code:
ActiveSheet.Shapes.AddTextEffect(msoTextEffect23, "Title Here", "+mn-lt", 54, msoTrue, msoFalse, 30, 10).Select
    With Selection.ShapeRange.TextFrame2
        .TextRange.Font.NameComplexScript = "Brush Script Std"
        .TextRange.Font.NameFarEast = "Brush Script Std"
        .TextRange.Font.Name = "Brush Script Std"
        .ThreeD.RotationZ = -10
    End With
How can change the 5 colors or if this code is wrong how can get what i want ?
 
Last edited:

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top