View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default To show a message box if the mouse is over a particular cell??

I don't think you'll find a solution in excel for that mouse over a cell
problem.

But if you could rely on change of selection, you could tap into the
worksheet_selectionchange event.

That'll fire if you use the mouse, arrow keys, page up/down, ...

Subodh wrote:

Is there a particular way to display a message box,(or run any other
sub) if the user puts the mouse over it lets say for cell A1. Like it
display comments for cells that have comments in them. Since, there is
a property of in excel to response to mousehover, I expect that this
can be done.


--

Dave Peterson