Hello,


I'm trying to set picture colors with this code:


Dim Pic As InlineShape

For Each Pic In ActiveDocument.InlineShapes
Pic.Fill.ForeColor = RGB(255, 255, 0)
Next


But nothing happens. Someone who knows how to do it?


Many thanks!


Jan Erik