Re: Use VBA to rotate an object during a show
- From: "Brian Reilly, MVP" <brian@xxxxxxxxxxxxxxxx>
- Date: Thu, 23 Aug 2007 10:17:03 -0400
Try playing with a reference to the shape since you can't select it
during a slide show. This might help as a simple example that does
select the shape.
ActiveWindow.Selection.ShapeRange.IncrementRotation 334.15
Brian Reilly, MVP
On Thu, 23 Aug 2007 05:26:18 -0700, Tom Conrad
<TomConrad@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Powerpoint 2003..
I have a presentation that shows several objects against a polar coordinate
system.
My goal is to allow the user to interactively change the rotation angle of a
selected object by clicking on a horizontal scroll bar, during the
presentation. The scroll bar will include a display of the angle of rotation
(scrollbar value).
If it is not possible to dynamically change the angle (and redraw the
display), then I guess that an action button (macro) will be required to
redraw the display.
I understand some VBA syntax, but this level of coding is beyond my
experience.
- Prev by Date: Re: Embedded Excel - image scaling issue
- Next by Date: Re: Combine two presentations and keep page numbers separate
- Previous by thread: Re: Embedded Excel - image scaling issue
- Next by thread: Re: Use VBA to rotate an object during a show
- Index(es):
Relevant Pages
|