PDA

View Full Version : Word 2010 - Picture color



Jan Erik
10-01-2015, 04:18 AM
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