On MouseOver for Cells/Sheets

A

Andrew

Is there an on mouseover event for a cell..? or sheet..? or anything..?

Want to create a floating message type box, to give the user of a sheet some
help when they
move the mouse over an item, or value or other data type.

any help/hints would be appreciated.
Andrew
 
C

Chip Pearson

There is no MouseOver or MouseIn event for a cell. For your
purposes, would a cell comment do the job?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
J

Jake Marx

Hi Andrew,
Is there an on mouseover event for a cell..? or sheet..? or
anything..?

There aren't any exposed mouse-related events for cells or sheets.
Want to create a floating message type box, to give the user of a
sheet some help when they
move the mouse over an item, or value or other data type.

You could use comments (Insert | Comment) if you need cell-based tooltips.
If you're after something more extravagant, you could use TextBoxes or other
ActiveX controls, which do expose mouse events.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com


[please keep replies in the newsgroup - email address unmonitored]
 
A

Andrew

| There is no MouseOver or MouseIn event for a cell. For your
| purposes, would a cell comment do the job?

Not really, might just do it in a web page instead.

If there is no way to Expose/make accessible the mouse over events (same as
comments use) then will try a few other tings.
Thx for reply.
A


| --
| Cordially,
| Chip Pearson
| Microsoft MVP - Excel
| Pearson Software Consulting, LLC
| www.cpearson.com
|
|
| | > Is there an on mouseover event for a cell..? or sheet..? or
| > anything..?
| >
| > Want to create a floating message type box, to give the user of
| > a sheet some
| > help when they
| > move the mouse over an item, or value or other data type.
| >
| > any help/hints would be appreciated.
| > Andrew
| >
| >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top