THEMERESTORE Function

Stores the local formatting value of a shape when you apply a theme so that you can restore the local formatting if the user subsequently removes the theme.

Syntax

THEMERESTORE()

Example

Shape.FillForegnd = THEME("FillColor") + THEMERESTORE(RGB(255,102,0)

Restores local fill color formatting previously applied to a shape when the current theme is removed.