Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
DEE DEE is offline
external usenet poster
 
Posts: 250
Default HLP - Make comment appear when click cell

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   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 718
Default HLP - Make comment appear when click cell

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   Report Post  
Posted to microsoft.public.excel.programming
DEE DEE is offline
external usenet poster
 
Posts: 250
Default HLP - Make comment appear when click cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
click on a cell to make an object appear valerie Excel Worksheet Functions 0 March 12th 09 04:17 PM
Make a Yes/no cell using a single click julene Excel Worksheet Functions 6 December 2nd 08 07:48 AM
How do I make a chart pop up each time I click on a cell ? Alex Charts and Charting in Excel 0 March 12th 07 12:43 PM
How to make the current date appear when i click 'enter' in a cell Matt_07 Excel Worksheet Functions 1 January 30th 07 09:32 AM
how do I: click in cell and make it change color? jasonsweeney Excel Programming 7 January 21st 04 09:17 PM


All times are GMT +1. The time now is 07:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"