From: Subodh on
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.
From: Dave Peterson on
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
 | 
Pages: 1
Prev: Cosmetics
Next: Fix Broken Cell Formula with VBA