LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default displaying comments

You mean when you hover the cursor over the cell with the comment...

When comment is visible SHOW|HIDE is set to SHOW then you can use the
following to position
(See http://www.contextures.com/xlcomments03.html#Reset for details)

Sub ResetComments()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
cmt.Shape.Top = cmt.Parent.Top + 5
cmt.Shape.Left = _
cmt.Parent.Offset(0, 1).Left + 5
Next
End Sub

--
If you find this post helpful pl. choose "Yes"...


"JT" wrote:

Comments usually display on the right. Is there a way to make a particular
comment display on the left? Thanks.
--
JT

 
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
Displaying a zero Tommy Kramer 9[_2_] Excel Discussion (Misc queries) 3 January 15th 08 10:46 PM
in excel useing comments how do you add clip art to comments? dhouse New Users to Excel 2 July 18th 07 08:14 AM
Not displaying a value KB Excel Discussion (Misc queries) 3 May 17th 07 08:54 PM
Comments Not displaying Correctly With Panes Frozen? Mattie Excel Discussion (Misc queries) 1 May 8th 07 05:31 PM
Displaying #N/A as a zero kosciosco Excel Worksheet Functions 2 November 23rd 04 11:51 AM


All times are GMT +1. The time now is 07:16 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"