To show a message box if the mouse is over a particular cell??

  • Thread starter Thread starter Subodh
  • Start date Start date
S

Subodh

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.
 
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, ...
 
Back
Top