YouTube doesn't want you know this subscribers secret
Get Free YouTube Subscribers, Views and Likes

Add multiple pictures as a comment in Excel . Quick VBA macro code.

Follow
МЕ FIXING EVERYTHING

Sub AddAPic()
For Each cell In Selection
ThisPicture = "ADD YOUR FOLDER ADDRESS AND PREFIX HERE" & cell.Value & ".jpg"
With cell.AddComment
.Shape.Fill.UserPicture ThisPicture
.Shape.Height = 600
.Shape.Width = 600
End With
Next cell
End Sub

posted by narco18a0