M
Martin Stender
Hi all,
I need to read various properties from selected shapes on a slide, like
fore/backcolor and to check if the shape if opaque or transparent.
I got the basic functionality working, meaning I can read the selection
type, the number of selected shapes etc.
For instance, I can read the fill transparency value of a shape by
writing this:
'Sel.ShapeRange.Fill.Transparency'
But I can't seem to get the actual colors, be it foreColor or
backColor.
If I do the - to me - logical thing of writing
'Sel.ShapeRange.Fill.BackColor.RGB', I keep getting a weird value of
16777215 regardsless of which fillcolor the shape actually has.
How does one do this?
Thanks in advance
Martin
I need to read various properties from selected shapes on a slide, like
fore/backcolor and to check if the shape if opaque or transparent.
I got the basic functionality working, meaning I can read the selection
type, the number of selected shapes etc.
For instance, I can read the fill transparency value of a shape by
writing this:
'Sel.ShapeRange.Fill.Transparency'
But I can't seem to get the actual colors, be it foreColor or
backColor.
If I do the - to me - logical thing of writing
'Sel.ShapeRange.Fill.BackColor.RGB', I keep getting a weird value of
16777215 regardsless of which fillcolor the shape actually has.
How does one do this?
Thanks in advance
Martin