I have a presentation filled with shapes that are the "wrong" kind of red (thanks Marketing) and need to make them the "right" kind of red. A few problems:
1) I don't know what the red value "3747998" means when, with the first shape for re-coloring selected
debug.print ActiveWindow.Selection.ShapeRange.Fill.ForeColor
Worse still, there doesn't seem to be the ''record macro'' button in my PPT app, and
debug.print ActiveWindow.Selection.ShapeRange.Fill.ForeColor.RGB
gives the exact same 7-digit number
2)Once I get the value of the selected shape back, how do I do a loop through EACH shape in the deck with a loop, as in
"If the color value = 3747998 then make it RGB(181, 18, 27)"
Thanks for any help; I am using Excel 2010 on Windows 7.
1) I don't know what the red value "3747998" means when, with the first shape for re-coloring selected
debug.print ActiveWindow.Selection.ShapeRange.Fill.ForeColor
Worse still, there doesn't seem to be the ''record macro'' button in my PPT app, and
debug.print ActiveWindow.Selection.ShapeRange.Fill.ForeColor.RGB
gives the exact same 7-digit number
2)Once I get the value of the selected shape back, how do I do a loop through EACH shape in the deck with a loop, as in
"If the color value = 3747998 then make it RGB(181, 18, 27)"
Thanks for any help; I am using Excel 2010 on Windows 7.