Show/Hide text boxes using mouse overs

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

Guest

Does anyone know the most efficient way of having a text box appear only when you mouse over a particular shape (and then disappear when your mouse is not over the shape)? I realize that I could probably have it advance to a duplicate slide on a mouse over with the text box visible, but I was hoping there might be a better way

Any help would be greatly appreciated

Thanks
Cory
 
This can be done using VBA. Shyam (one of the Powerpoint MVPs) has a web
page that explains:

http://www.mvps.org/skp/ppt00049.htm

--
Bill Foley, Microsoft MVP (PowerPoint)
www.pttinc.com
Check out PPT FAQs at: http://www.rdpslides.com/pptfaq/


Cory_S_Ohio said:
Does anyone know the most efficient way of having a text box appear only
when you mouse over a particular shape (and then disappear when your mouse
is not over the shape)? I realize that I could probably have it advance to
a duplicate slide on a mouse over with the text box visible, but I was
hoping there might be a better way.
 
Without using VBA, your method of advancing to another slide is the best way. If it you want to try it with VBA, check out the Examples by Chapter (chapter 6) at my Web site

http://www.loyola.edu/education/PowerfulPowerPoint

--Davi

David M. Marcovit
Author of _Powerful PowerPoint for Educators
http://www.loyola.edu/education/PowerfulPowerPoint

----- Cory_S_Ohio wrote: ----

Does anyone know the most efficient way of having a text box appear only when you mouse over a particular shape (and then disappear when your mouse is not over the shape)? I realize that I could probably have it advance to a duplicate slide on a mouse over with the text box visible, but I was hoping there might be a better way

Any help would be greatly appreciated

Thanks
Cory
 
Take a look at tip #16 at
http://www.soniacoleman.com/Tutorials/PowerPoint/quicktricks.htm, It might
satisfy your needs.
--
Sonia, MS PowerPoint MVP Team
Autorun CD software, templates, and tutorials
http://www.soniacoleman.com/

Cory_S_Ohio said:
Does anyone know the most efficient way of having a text box appear only
when you mouse over a particular shape (and then disappear when your mouse
is not over the shape)? I realize that I could probably have it advance to
a duplicate slide on a mouse over with the text box visible, but I was
hoping there might be a better way.
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello,

The Action Settings for mouse over do not include the option display a
pop-up (image, text, etc.) and "MouseOver" and MouseOff" are not valid
triggers for animation effects either (but if mouse-click is OK then using
triggers would be a good workaround).

If you (or anyone else reading this message) have suggestions as to
improved rollover/mouse-over capabilities in PowerPoint (without having to
resort to VBA or add-ins so that it will work in the PowerPoint Viewer as
well), don't forget to send your feedback (in YOUR OWN WORDS, please) to
Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

It's VERY important that, for EACH wish, you describe in detail, WHY it is
important TO YOU that your product suggestion be implemented. A good wish
submssion includes WHAT scenario, work-flow, or end-result is blocked by
not having a specific feature, HOW MUCH time and effort ($$$) is spent
working around a specific limitation of the current product, etc. Remember
that Microsoft receives THOUSANDS of product suggestions every day and we
read each one but, in any given product development cycle, there are ONLY
sufficient resources to address the ones that are MOST IMPORTANT to our
customers so take the extra time to state your case as CLEARLY and
COMPLETELY as possible so that we can FEEL YOUR PAIN.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
Back
Top