Hi Steve,
Just wondering if you've had a chance to have a look at my query. I
appreciate that you're giving your time freely.
I understand that this query requires a little more investigation than usual.
There is another part to it that may or may not have an easier/more
immediate solution.
Is it possible for the mouseover event to trigger not only the swapping of
text in another box but also swapping of an image in a second location. As
the mouse passes over a button, a picture appears in a separate location and
the text describing the picture also appears in a separate box.
Hope this is possible either with or without the button highlight in my
query below.
If the above is not immediately possible it would be good to know the code
for mouseover - swap image, as against the code for mouseover - swap text as
you have already provided. If you have a VBA in PowerPoint book, I'll buy it!
My followup query is prompted by a closing deadline for this (major) project.
Thanks for your time and responses.
Chris
> Hi Steve,
> Thanks for getting back to me.
[quoted text clipped - 67 lines]
> > PPTools: www.pptools.com
> > ================================================
David M. Marcovitz - 23 Jun 2006 15:48 GMT
On my Web site, I have added a mouse over "swapping event." Actually, it
doesn't involve swapping, but it easily could. I simply have one picture
cover up another one (as an example of a hover button). Just go to my Web
site:
http://www.PowerfulPowerPoint.com/
Click on "More Tricks" and look for Trick #10.
As for your question about having one mouse over do two things, that is
the beauty of VBA. A mouse over will only run one macro, but that macro
can do as many things as you want (including calling other macros).
As far as books go, unfortunately, there aren't a lot of choices. There
is only one book that really focuses on VBA and PowerPoint. It's not
complete and comprehensive, but it works for beginners to get started
writing macros like the ones you are describing. The examples on my site
under "Examples by Chapter" are from the book. The book contains
descriptions of how the examples work, so if you like what you see on the
site, then click on "Buy the Book."
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
> Hi Steve,
>
[quoted text clipped - 91 lines]
>> > PPTools: www.pptools.com
>> > ================================================
Steve Rindsberg - 23 Jun 2006 21:22 GMT
> Hi Steve,
>
[quoted text clipped - 9 lines]
> Hope this is possible either with or without the button highlight in my
> query below.
It should be, so long as the mouseover triggers a macro. The macro can do pretty much
whatever you need it to.
> If the above is not immediately possible it would be good to know the code
> for mouseover - swap image, as against the code for mouseover - swap text as
[quoted text clipped - 74 lines]
> > > PPTools: www.pptools.com
> > > ================================================
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================