Thread: hover over text
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default hover over text

Would a cell comment work? Right-click on a cell, then select Insert Comment
from the menu that appears. Enter the text you want for that cell, then click
on any other cell to finish creating the comment. When the cursor hovers over
that cell, the comment should appear. If it doesn't, select Tools Options.
On the View tab,
select Comment Indicator Only, then click OK. You can change the font, font
size, font color, transparency, etc. of the cell comments. You can even
insert pictures and graphs into them.

Hope this helps,

Hutch

"greg" wrote:

Hello,
We are using excel for a duel purpose.
For the calculations. And also for a pseudo user interface.
Is there any way to have float over bubbles. When you hover over a cell?
Or can you get float over bubbles when you select a cell?
thanks