Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel
As Boolean)
If Target.Address = "$A$1" And Not Target.Comment Is Nothing Then
If InStr(Target.Comment.Text, Environ("username")) = 0 Then
MsgBox "Vous are not authorized!"
Exit Sub
End If
End If
End Sub
http://cjoint.com/?ebtVEAKGWV
JB
http://boisgontierjacques.free.fr
On 30 mar, 18:04, "Ron de Bruin" wrote:
With code you can do thishttp://www.contextures.com/xlcomments03.html#Name
--
Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm
"Myles" wrote in ...
Is there some way to set the Author of a comment on a specific cell? *I've
tried using the .author but i'm guessing that's read only.
Thanks guys!- Masquer le texte des messages précédents -
- Afficher le texte des messages précédents -