Article ID: 213766 - Last Review: May 7, 2007 - Revision: 4.3 XL2000: Sample Macro to Remove User Name from CommentThis article was previously published under Q213766 On This PageSUMMARY
By default, the text of a cell comment contains the user name in the first
line of the comment. There is no built-in feature that automatically
disables inserting the user name in the comment text. However, you can use
a Visual Basic for Applications macro to insert a blank comment. This
article contains a sample macro that inserts a blank comment in the active
cell.
NOTE: The user name that is displayed in the comment is that same name that appears in the User name box when you click Options on the Tools menu, and then click the General tab. If you delete your name from the User name box and click OK, Excel looks at the user name you used when you logged on to your computer and uses that name as the default user name. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Preventing the User Name from Appearing in a CommentTo prevent the user name from appearing in a comment, use a Visual Basic for Applications macro to create the comment. To insert an empty comment in the active cell, follow these steps:
Inserting a Blank Comment with a Gradient FillThe following sample macro inserts an empty comment for the active cell. This comment is formatted with a gradient fill pattern and uses a different AutoShape and an italic bold font face.Displaying and Hiding CommentsAfter you run either of the macros in this article, the comment remains visible. If you want to hide a single comment, right-click the red triangle in the upper-right corner of the cell and then click Hide Comment on the shortcut menu. When all comments are hidden, you can display a single comment by resting the pointer over the red triangle. If you want to show or hide all of the comments in the file, click Comments on the View menu.REFERENCESFor more information about cell comments, click Microsoft Excel Help on the Help menu, type About adding comments and highlighting changes in a workbook in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
| Article Translations
|
Back to the top
