Macro to change font color during screen show

  • Thread starter Thread starter say1
  • Start date Start date
S

say1

I need the vba code for a macro that will change the font color when i click
mouse over a text box, during screen show mode.
 
I need the vba code for a macro that will change the font color when i
click
mouse over a text box, during screen show mode.

Why do you want to use a macro? In versions 2002 to 2007 this can be done
using a Highlight animation. Though not on mouseover, but only on
mouseclick.

Best regards,
Ute
 
Ute Simon said:
Why do you want to use a macro? In versions 2002 to 2007 this can be done
using a Highlight animation. Though not on mouseover, but only on
mouseclick.

Best regards,
Ute
 
I need the change to be permanent during the screen show. When I hyperlink
to other slides and back to the original slide, the changes from the
animation are no longer evident.
 
If there is any chance that you will want to go back to the original colors,
I would only run this code on a copy.


--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top