W
willogee
I'm trying to use VBA to recolor a picture on a slide, to the same value as
presented in the user interface in Picture Tools, Format, Adjust, Recolor,
Light Variations, "Background color 2 Light".
I understand to set a picture to grayscale is
ActivePresentation.Slides(5).Shapes("Pic").PictureFormat.ColorType =
msoPictureGrayscale
which is close, but ideally I wish set the color as the user interface does
above.
Thanks in advance for any ideas on this.
Will
presented in the user interface in Picture Tools, Format, Adjust, Recolor,
Light Variations, "Background color 2 Light".
I understand to set a picture to grayscale is
ActivePresentation.Slides(5).Shapes("Pic").PictureFormat.ColorType =
msoPictureGrayscale
which is close, but ideally I wish set the color as the user interface does
above.
Thanks in advance for any ideas on this.
Will