PC Review


Reply
Thread Tools Rate Thread

Macro applying custom animation to chart does not record

 
 
=?Utf-8?B?Tmlja0NM?=
Guest
Posts: n/a
 
      2nd Aug 2005
In PowerPoint XP I find I cannot record a macro to apply a custom animation
(horizontal blinds) to a selected chart (or picture).

When I look at the code, there is nothing there. What am I doing wrong? Or
is it something that macros in PowerPoint XP won't do?
 
Reply With Quote
 
 
 
 
Bill Foley
Guest
Posts: n/a
 
      2nd Aug 2005
First off - check your macro security (Tools/Macro/Security) and set it from
HIGH to MEDIUM.

Second - take a look at this FAQ because recorded macros in PowerPoint don't
always get you what you want since you record them in Edit mode and run them
in Slide Show mode:

http://www.rdpslides.com/pptfaq/FAQ00159.htm

--
Bill Foley
www.pttinc.com
Microsoft PowerPoint MVP
Microsoft Office Specialist Master Instructor
"NickCL" <(E-Mail Removed)> wrote in message
news:811C42DA-978F-455C-9ED1-(E-Mail Removed)...
> In PowerPoint XP I find I cannot record a macro to apply a custom

animation
> (horizontal blinds) to a selected chart (or picture).
>
> When I look at the code, there is nothing there. What am I doing wrong?

Or
> is it something that macros in PowerPoint XP won't do?



 
Reply With Quote
 
 
 
 
Steve Rindsberg
Guest
Posts: n/a
 
      2nd Aug 2005
In article <811C42DA-978F-455C-9ED1-(E-Mail Removed)>, NickCL wrote:
> In PowerPoint XP I find I cannot record a macro to apply a custom animation
> (horizontal blinds) to a selected chart (or picture).
>
> When I look at the code, there is nothing there. What am I doing wrong? Or
> is it something that macros in PowerPoint XP won't do?


You're not doing anything wrong. The animation features in PPT changed
*radically* between 2000 and 2002/XP. The macro recorder still hasn't caught
up with it as of PPT2003; it draws a blank.

This does it the oldfashioned PPT2000 and before way but should work for you:

Sub JustToSpiteXP()
With ActiveWindow.Selection.ShapeRange.AnimationSettings
.Animate = msoTrue
.EntryEffect = ppEffectBlindsHorizontal
End With
End Sub


-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


 
Reply With Quote
 
=?Utf-8?B?Tmlja0NM?=
Guest
Posts: n/a
 
      3rd Aug 2005
Thanks, but unfortunately this is not a solution.

Security has been set to LOW; this macro is for use in Normal mode, not
Slide Show mode. (It is not a particularly useful macro; it is asked for in
an ECDL Advanced example test paper!)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert custom animation to GIF-animation =?Utf-8?B?T2xkX1BlcmZlc3Nvcg==?= Microsoft Powerpoint 2 14th Jan 2007 08:08 PM
powerpoint custom animation grow/shrink custom size does not work =?Utf-8?B?c2o=?= Microsoft Powerpoint 4 24th Jul 2006 07:51 PM
Reduced Text Quality When Applying Custom Animation =?Utf-8?B?SmFtZXM0MDIwNjU=?= Microsoft Powerpoint 2 14th Jan 2006 01:36 AM
Custom Animation and Animation Schemes =?Utf-8?B?bWlzY3Jvc29mdHVzZXI=?= Microsoft Powerpoint 2 22nd Dec 2005 04:35 PM
Applying a custom animation to entire presentation? =?Utf-8?B?R2FyeTkyZnhy?= Microsoft Powerpoint 1 26th Oct 2004 02:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 AM.