Discussion
:
Commentaire dans une macro
Afficher un message
22/04/2004, 22h40
#
2
(
permalink
)
Lord Nelson
Guest
Messages: n/a
Re: Commentaire dans une macro
Salut,
Tu pourrais essayer comme ça :
Range("B8").ClearComments
If TextBox3.Text <> "" Then
Range("B8").AddComment
Range("B8").Comment.Visible = False
Range("B8").Comment.Text Text:=TextBox3.Text
End If
A+
LN
Lord Nelson