Control Visibility of Text objects based on Mouse over

S

Sridhar

Hi all

My Intention is to show details corresponding to the Text option on which
the mouse is placed.

My Requirement is I have four text objects say Text1,Text2,Text3 and Text4.
Initially Text1 and Text2 should be displayed, when i move my mouse on text1
it should display text3 and when i move my mouse on Text2 , Text4 should be
shown and text3 should be hided.

Is it possible in Power Point.

Thanks
S.Sridhar
 
J

John Wilson

Hi Sridhar

It can be done without vba code by adapting the method here (change the
zoomed pic to a text box) http://www.pptalchemy.co.uk/zoom.html

Or with vba by having code which sets the visible property of the text boxes
to true or false triggered by mouseovers on the two shapes
 

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

Top