I currently am able to use vba to comment a picture I have rooted in a specific cell, but am having trouble sizing it properly. My current code is below:
Sub Comment()
Set rng = ActiveSheet.Cells(9, 1)
rng.AddComment
rng.Comment.Text Text:=""
rng.Comment.Shape.Fill.UserPicture...