Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 07-24-2015, 05:24 AM
JohnWilson JohnWilson is offline Help - Need Macro to Apply Blur Windows 7 64bit Help - Need Macro to Apply Blur Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
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
 

Tags
blur macro

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rule to apply to all domains jaarons Outlook 1 05-25-2015 02:41 PM
Help - Need Macro to Apply Blur Macro to apply style to selected tables ubns Word 1 08-02-2012 04:09 AM
Apply filter with VBA bobsawyer7 Outlook 0 03-12-2012 04:02 AM
Pasting image captured with a java program 'on to clipboard' into MSWord 2007 is blur tarunkumarreddy Word 0 02-03-2012 09:42 PM
Help - Need Macro to Apply Blur Rules won't apply RicWCO Outlook 1 01-13-2012 10:13 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:48 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft