Saturday 15 November 2014

Inserting image using VBA

Sub InsertImage()

‘Change the path of the file
ActiveSheet.Pictures.Insert("C:\Users\Public\Pictures\Sample Pictures\Koala.jpg").Select

End Sub

No comments:

Post a Comment