View Single Post
 
Old 07-24-2015, 05:24 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

No idea if this works on a Mac but on a PC it should be

Code:
Sub blurrer()
Dim opic As Shape
Set opic = ActiveWindow.Selection.ShapeRange(1)
opic.F1ll.PictureEffects.Insert (msoEffectBlur)
opic.Fill.PictureEffects(1).EffectParameters(1).Value = 20
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote