#1   Report Post  
Posted to microsoft.public.excel.misc
gumdale_dogs
 
Posts: n/a
Default Comments

Default cell 'comment'.
When attempting to insert a comment the dialogue box initially contains my
name. How do I stop this default entry?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Comments


The comment is populated with the User Name from Tools, Options,
General, User Name, but to remove the name you may need to enter a
space in the Options window.


gumdale_dogs Wrote:
Default cell 'comment'.
When attempting to insert a comment the dialogue box initially contains
my
name. How do I stop this default entry?



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=487117

  #3   Report Post  
Posted to microsoft.public.excel.misc
Jim May
 
Posts: n/a
Default Comments

Also, check out:
http://groups.google.com/group/micro...116c7e6b72e050

HTH

"Bryan Hessey"
wrote in message
news:Bryan.Hessey.1yw56m_1132650601.5376@excelforu m-nospam.com...

The comment is populated with the User Name from Tools, Options,
General, User Name, but to remove the name you may need to enter a
space in the Options window.


gumdale_dogs Wrote:
Default cell 'comment'.
When attempting to insert a comment the dialogue box initially contains
my
name. How do I stop this default entry?



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile:
http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=487117



  #4   Report Post  
Posted to microsoft.public.excel.misc
Héctor Miguel
 
Posts: n/a
Default Comments

hi, gumdale_dogs !

Default cell 'comment'.
When attempting to insert a comment the dialogue box initially contains my name.
How do I stop this default entry?


you may use your 'own' custom AddComment macro ? i.e.
Sub myAddComment()
With ActiveCell
If Not .Comment Is Nothing Then Exit Sub
.AddComment ""
.Comment.Visible = True
ActiveSheet.Shapes(.Comment.Shape.Name).Select
SendKeys " {BS}"
Application.OnTime Now, "HideComment"
End With
End Sub
Private Sub HideComment()
ActiveCell.Comment.Visible = False
End Sub

hth,
hector.


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
Cell Comments randomly move and resize regardless of settings Andrew Excel Discussion (Misc queries) 0 August 24th 05 08:49 PM
Comments problem [email protected] Excel Discussion (Misc queries) 3 July 22nd 05 07:18 PM
Lookup Text in Comments malik641 Excel Worksheet Functions 2 July 5th 05 12:36 PM
Include comments on another spreadsheet jh3016 Excel Discussion (Misc queries) 1 July 3rd 05 12:24 PM
Can I reference comments by Cell Name? flo1730 Excel Discussion (Misc queries) 5 June 15th 05 03:34 PM


All times are GMT +1. The time now is 09:00 AM.

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

About Us

"It's about Microsoft Excel"