Hi,
xuereveds' suggestion is good, but is not what i'm looking for. This is the action(given below) I have assigned if I click on a Custom Insert Item Menu, which avoids putting the name of the user. If I dont include ActiveCell.Comment.Visible = False it will be similar to a Show Comment.
If ActiveCell.NoteText = "" Then
ActiveCell.AddComment (" ")
ActiveCell.Comment.Visible = False
End If
I was looking to check how get the same look as the Edit Comment.
Thanks
Philipose