Wendy, if you click to edit the macro what does it look like?
My guess is it starts something like "activewindow.selection.shaperange"
If so it will never work in slide show mode as there can be no "selection"
You would need to write some vba which points to specific shapes
eg ActivePresentation.Slides(1).Shapes(3) _
.Fill.ForeColor.RGB = vbRed
If this makes no sense to you maybe you could use trigger emphasis
animations (if you have XP / 2003)

Signature
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist
http://www.technologytrish.co.uk/ppttipshome.html
> I wonder if someone out there can help me with a project I am working on in PP?
> I am trying to create a game Blockbusters - where you select an area of a
[quoted text clipped - 12 lines]
>
> Wendy :-)
WendyMc - 25 Aug 2006 09:25 GMT
Million thanks for taking the time to reply - still struggling with this one,
cant get the emphasis animation to work! will try the macro idea again -
looks like I may be writing 20 macro's. Thanks again
Wendy
> Wendy, if you click to edit the macro what does it look like?
>
[quoted text clipped - 26 lines]
> >
> > Wendy :-)