E
Edward
Hi everybody,
I have several customized colortheme in PP2007 , I need to retrieve Accent1
color and apply to the backcolor of a lable in a user form.
lblMyLable.BackColor=…
I can't find a way of doing this ...
for a shape in a slide it's easy for example for a cell in a table I use the
following code
..Cell(1, 1).Shape.Fill.ForeColor.ObjectThemeColor=msoThemeColorAccent1
but I don't know how to apply accent1 or retrieve it's color and apply to a
lable in a userform
Any suggestion greatly appreciated
I have several customized colortheme in PP2007 , I need to retrieve Accent1
color and apply to the backcolor of a lable in a user form.
lblMyLable.BackColor=…
I can't find a way of doing this ...
for a shape in a slide it's easy for example for a cell in a table I use the
following code
..Cell(1, 1).Shape.Fill.ForeColor.ObjectThemeColor=msoThemeColorAccent1
but I don't know how to apply accent1 or retrieve it's color and apply to a
lable in a userform
Any suggestion greatly appreciated