Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Comments work well for me, because I can resize them, etc., which I cannot to with a text validation box. However, I want to give some sort of worksheet or workbook instruction that makes the comment appear when the cell is activated, as opposed to having to take the mouse and hover over the comment to see it. Help! -- Thanks! Dee |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activecell.Comment.Visible=true
will show the comment in the activecell You could use the selection_Change event to show & hide your commebts "dee" wrote: Hi, Comments work well for me, because I can resize them, etc., which I cannot to with a text validation box. However, I want to give some sort of worksheet or workbook instruction that makes the comment appear when the cell is activated, as opposed to having to take the mouse and hover over the comment to see it. Help! -- Thanks! Dee |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi and thanks for the reponse.
I tried this, but when I hit Tab to go to the cell where I have a comment, it doesn't display it. My actual code is as follows. I placed the code in the Workbook, although I tried in worksheet and also Module1. Am I doing something wrong? Thanks! Sub CommentsVisible() ' ' CommentsVisible Macro ' Macro recorded 5/08/2007 by Dee ' ActiveCell.Comment.Visible = True ' End Sub -- Thanks! Dee "Rob" wrote: activecell.Comment.Visible=true will show the comment in the activecell You could use the selection_Change event to show & hide your commebts "dee" wrote: Hi, Comments work well for me, because I can resize them, etc., which I cannot to with a text validation box. However, I want to give some sort of worksheet or workbook instruction that makes the comment appear when the cell is activated, as opposed to having to take the mouse and hover over the comment to see it. Help! -- Thanks! Dee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
click on a cell to make an object appear | Excel Worksheet Functions | |||
Make a Yes/no cell using a single click | Excel Worksheet Functions | |||
How do I make a chart pop up each time I click on a cell ? | Charts and Charting in Excel | |||
How to make the current date appear when i click 'enter' in a cell | Excel Worksheet Functions | |||
how do I: click in cell and make it change color? | Excel Programming |