Results 1 to 2 of 2

Thread: [PP 2007] Glow Transparency On A Shape?

  1. #1

    Thread Starter
    Lively Member Underworld1020's Avatar
    Join Date
    Jun 2006
    Location
    NY, USA
    Posts
    99

    [PP 2007] Glow Transparency On A Shape?

    When I create a shape and then go to Format->Shape Styles->Shape Effects->Glow->More Glow Colors->More Colors I can adjust the color of the glow effect as well as the transparency of the glow effect.

    I've been trying to do this same effect through VBA, but I've been unsuccessful. I finally figured out how to change the RGB color of the glow effect on a shpae as well as it radius, but not it's transparency. How would I do that in VBA?

    So far I got:
    Code:
    Sub Macro1()
        With ActivePresentation.Slides(1).Shapes.Item("save").Glow
            .Color.ObjectThemeColor = msoThemeColorAccent1
            .Radius = 11
            .Transparency = 60 '??????????????
        End With
    End Sub

  2. #2

    Thread Starter
    Lively Member Underworld1020's Avatar
    Join Date
    Jun 2006
    Location
    NY, USA
    Posts
    99

    Re: [PP 2007] Glow Transparency On A Shape?

    Anyone know how to do this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width