Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
gonger
 
Posts: n/a
Default mouse over for a button


Does anyone know how to create a mouse over pop-up message for a button?
If so, please help.

Thanks


--
gonger
------------------------------------------------------------------------
gonger's Profile: http://www.excelforum.com/member.php...o&userid=34797
View this thread: http://www.excelforum.com/showthread...hreadid=553230

  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default mouse over for a button

If anyone else replies with a direct answer, then ignore this response:

You can make any cell into a button. Let's use cell E10. Color its
background, put a border around it, and insert any comment in it.

The comment will respond to the MouseOver. In worksheet code, enter
something like:

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Intersect(Target, Range("E10")) Is Nothing Then
Else
MsgBox ("Hi there")
Range("E11").Select
End If
End Sub

If you click on E10, it will behave like a button. I admit this approach is
a little silly, but if no one else responds.......
--
Gary''s Student


"gonger" wrote:


Does anyone know how to create a mouse over pop-up message for a button?
If so, please help.

Thanks


--
gonger
------------------------------------------------------------------------
gonger's Profile: http://www.excelforum.com/member.php...o&userid=34797
View this thread: http://www.excelforum.com/showthread...hreadid=553230


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
the right button of mouse cant do nothing rapidito78840 Excel Discussion (Misc queries) 3 September 1st 05 01:17 PM
In only Excel, my mouse behaves as if the left button is held dow. DanV Excel Discussion (Misc queries) 1 March 14th 05 07:35 AM
moving mouse highlights cells without touching left mouse button bremboy Excel Discussion (Misc queries) 2 January 27th 05 06:19 PM
when mouse passes over button, no description is given Bill Tasker Excel Discussion (Misc queries) 1 December 12th 04 05:59 PM
Why does my autofill stay on after I release the mouse button? bmxracer4 Excel Discussion (Misc queries) 3 November 27th 04 05:43 PM


All times are GMT +1. The time now is 11:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"