View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Exploded cell view/comment

I wish I could help you. I have not had any luck trapping mouse_over.

Oviously Excel knows the mouse is hovering above a cell, because it makes a
comment visible. I don't know if this status is available to the programmer.
--
Gary''s Student - gsnu200764


"JTMateo45" wrote:

What im trying to do is format the cell so that when someone mouses over the
cell it automatically pops up a comment box that they can edit/add to.
Basically taking the "insert comment" step out of it and allowing them to
come back and change the comment by simply clicking on it.

Thanks in advance

"Gary''s Student" wrote:

Select the cell and :
Insert Comment
--
Gary''s Student - gsnu200764


"JTMateo45" wrote:

I am tryint to format a cell so that when you mouse over it, a "comment" like
box appears that you can type in instead of typing in the actual box. Please
comment if you can help.