Grateful for advice.
You could outline the image in the (former) background color and Send to
Back to recreate what you lost. Or -- do you have the original file somewhere
(in an old PPT, email)?
Sandy
In code you can select the pic and then try this code
Sub fix_pic()
With ActiveWindow.Selection.ShapeRange(1)
If .Type = msoPicture Then
.PictureFormat.TransparencyColor = False
End If
End With
End Sub
How to use vba
http://www.pptalchemy.co.uk/vba.html
--
john ATSIGN PPTAlchemy.co.uk
Free PPT Hints, Tips and Tutorials
http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html
PPTLive Atlanta Oct 11-14 2009
--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx
Don't Miss the PPTLive User Conference! Atlanta | Oct 11-14
"simonc" <sim...@discussions.microsoft.com> wrote in message
news:C5FB8056-50A0-4910...@microsoft.com...
If you "reset" the graphic, then you can to the transparent color thing
again.
see
Picture Tools | Format | Adjust | Reset Picture
cheers
TAJ Simmons
PowerPoint Master
http://www.awesomebackgrounds.com
awesome - powerpoint templates,
powerpoint backgrounds, free samples, ppt tutorials...
"simonc" <sim...@discussions.microsoft.com> wrote in message
news:C5FB8056-50A0-4910...@microsoft.com...