コメントに写真を表示する:Excel VBA入門 |
スポンサードリンク | |
Sub coment_add1() Range("A3:A11").ClearComments With Range("A3").AddComment .Shape.Fill.UserPicture "C:\Users\Public\Pictures\Sample Pictures\Penguins.jpg" .Visible = True End With With Range("A7").AddComment .Shape.Fill.UserPicture "C:\Users\Public\Pictures\Sample Pictures\Koala.jpg" .Visible = True End With With Range("A11").AddComment .Shape.Fill.UserPicture "C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg" .Visible = True End With End Sub |
Sub Macro2() Range("A3:A11").ClearComments End Sub |
スポンサードリンク
PageViewCounter
Since2006/2/27