Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-24-2015, 03:57 AM
SSL SSL is offline Help - Need Macro to Apply Blur Mac OS X Help - Need Macro to Apply Blur Office for Mac 2011
Novice
Help - Need Macro to Apply Blur
 
Join Date: Jul 2015
Posts: 5
SSL is on a distinguished road
Default Help - Need Macro to Apply Blur


I need a macro that will add the Blur Artistic Filter with Radius of 10 to all slides in my presentation. Every slide consists of a single picture that needs to be "blurred". Thank you in advance for your support.
Reply With Quote
  #2  
Old 07-24-2015, 04:01 AM
SSL SSL is offline Help - Need Macro to Apply Blur Mac OS X Help - Need Macro to Apply Blur Office for Mac 2011
Novice
Help - Need Macro to Apply Blur
 
Join Date: Jul 2015
Posts: 5
SSL is on a distinguished road
Default

I have tried editing other macros using the VB editor but I don't know the "codes" that I think will probably look something like the below (just a guess but does not work):
With .PictureFormat
.ActiveFilter = msoBlur
.BlurRadius = 10
Reply With Quote
  #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,912
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
  #4  
Old 07-24-2015, 06:27 AM
SSL SSL is offline Help - Need Macro to Apply Blur Mac OS X Help - Need Macro to Apply Blur Office for Mac 2011
Novice
Help - Need Macro to Apply Blur
 
Join Date: Jul 2015
Posts: 5
SSL is on a distinguished road
Default

thank you I will give it a try!
Reply With Quote
  #5  
Old 07-24-2015, 06:45 AM
SSL SSL is offline Help - Need Macro to Apply Blur Mac OS X Help - Need Macro to Apply Blur Office for Mac 2011
Novice
Help - Need Macro to Apply Blur
 
Join Date: Jul 2015
Posts: 5
SSL is on a distinguished road
Default

John, It did not work on the MAC so I modified it to the below and I get a compile error because it does not like the .Fill.PicturreEffects (says Method or Data member not found)

Sub Blur()
Dim oSl As Slide
For Each oSl In ActivePresentation.Slides
With oSl.Shapes(1)
With .PictureFormat
.Fill.PictureEffects = msoEffectBlur
.Fill.PictureEffects(1).EffectParamers(1) = 10
End With
End With
Next
End Sub

Anyone with MAC input please advise!!
Reply With Quote
  #6  
Old 07-26-2015, 08:28 AM
SSL SSL is offline Help - Need Macro to Apply Blur Mac OS X Help - Need Macro to Apply Blur Office for Mac 2011
Novice
Help - Need Macro to Apply Blur
 
Join Date: Jul 2015
Posts: 5
SSL is on a distinguished road
Default

Does anyone know where to find a list of PowerPoint picture format variables that can be set in a macro and how they are specifically named?
Reply With Quote
  #7  
Old 07-26-2015, 08:59 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,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

Have a try on this Mac site
http://answers.microsoft.com/en-us/m...nt?tab=Threads
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply

Tags
blur macro



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 05:01 PM.


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