View Single Post
 
Old 01-17-2016, 12:30 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

"For some reason (perhaps a bug) after fill is set to user picture vba can't change the fill to rgb."

It's not a bug and vba can change it to RGB you just need to understand how it works

Your code has changed the fill type to userpicture you need to reset it to "Solid" by adding something like

ActivePresentation.Slides(2).Shapes("pic" & i).Fill.Solid
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote