View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CHEPChap CHEPChap is offline
external usenet poster
 
Posts: 1
Default Moving amouse over controls

I have a spreadsheet where I want a message to appear when I move the
mouse over a series of buttons. Using the MouseMove I can generate a
message by placing msgbox "blah blah blah" in the code, but this box
stays when the mouse moves off the button. I have to click the OK to
make it disappear. Can anyone let me know how I can create code so that
a box appears (or, if this is not possible a status bar message may have
to do) whenever the mouse moves over the control but disappears when you
leave it?

Many thanks

Colin Sidwell

*** Sent via Developersdex http://www.developersdex.com ***