Z
zoef747
Guest
bonjour,
ca fait toute l'apres midi que je fouille ce forum pour arriver a mes fins...
j'ai deja trouvé quasi tout ce que je voulais, sauf que je voudrais que la macro me propose de choisir la photo dans un repertoir (en locurence D:\DB\) et ca j'y parviens pas !
merci
With ActiveCell
.AddComment
.Comment.Visible = True
.Comment.Shape.Select True
With .Comment.Shape
.Width = 125
.Height = 170
.Fill.UserPicture "D:\BD\alpha08.jpg"
End With
.Comment.Visible = False
End With
ca fait toute l'apres midi que je fouille ce forum pour arriver a mes fins...
j'ai deja trouvé quasi tout ce que je voulais, sauf que je voudrais que la macro me propose de choisir la photo dans un repertoir (en locurence D:\DB\) et ca j'y parviens pas !
merci
With ActiveCell
.AddComment
.Comment.Visible = True
.Comment.Shape.Select True
With .Comment.Shape
.Width = 125
.Height = 170
.Fill.UserPicture "D:\BD\alpha08.jpg"
End With
.Comment.Visible = False
End With