PC Review


Reply
Thread Tools Rate Thread

change shapes during slideshow

 
 
Tom Bunzel
Guest
Posts: n/a
 
      19th Feb 2004
Since you can't select objects during a slideshow, is there a way to change
aspects of a slide with macros during a slideshow; i.e., change the fill
color of an oval, or must that code always be run in the editor?
Thanks.

-- Tom


 
Reply With Quote
 
 
 
 
Steve Rindsberg
Guest
Posts: n/a
 
      19th Feb 2004
In article <(E-Mail Removed)>, Tom Bunzel wrote:
> Since you can't select objects during a slideshow, is there a way to change
> aspects of a slide with macros during a slideshow; i.e., change the fill
> color of an oval, or must that code always be run in the editor?
> Thanks.


Hi Tom.

Sure can. You have to reference the shape by index number (not usually
practical) or by name.

For example, this will change Rectangle 4 on slide 3's fill to magenta

' watch word wrap ... should be all on one line
ActivePresentation.Slides(3).Shapes("Rectangle 4").Fill.ForeColor.RGB =
RGB(204, 0, 255)



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

 
Reply With Quote
 
Shyam Pillai
Guest
Posts: n/a
 
      20th Feb 2004
If you use PowerPoint 2002/2003 then you don't need code to do something
like that. Check out the Emphasis animations.

--
Regards
Shyam Pillai

http://www.mvps.org/skp

"Tom Bunzel" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Since you can't select objects during a slideshow, is there a way to

change
> aspects of a slide with macros during a slideshow; i.e., change the fill
> color of an oval, or must that code always be run in the editor?
> Thanks.
>
> -- Tom
>
>



 
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
Getting Master shapes to appear in slideshow view JimS Microsoft Powerpoint 1 18th May 2009 11:23 PM
How to change shapes for Cell Comments Jan T. Microsoft Excel Misc 3 16th Dec 2008 12:10 AM
Change order of Shapes with a click John Michl Microsoft Excel Programming 3 21st Nov 2005 10:56 PM
How can I change two selected shapes to each other ? nanica Microsoft Powerpoint 1 28th Jul 2004 08:08 PM
TabControl - change the tab shapes and appearances? =?Utf-8?B?U2hvbHRvIERvdWdsYXM=?= Microsoft Dot NET Framework Forms 2 23rd Jun 2004 05:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:55 AM.