Control Visibility of Text objects based on Mouse over

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top