View Single Post
 
Old 11-01-2014, 02:00 AM
charm charm is offline Windows XP Office 2007
Novice
 
Join Date: Oct 2014
Posts: 4
charm is on a distinguished road
Default Set offset properties of a picture

Hi Experts,

I am here again with a new question, I googled a lot but couldnt find the answer.

I have inserted a picture in autoshape using these lines

Code:
Set shp = Sld.Shapes.AddShape(5, 110, 0, 200, 100)
    shp.Fill.UserPicture "C:\Documents and Settings\charm\Desktop\charm.jpg"
How can I change the Offsets properties with the vba code so that picture should come at top left corner of the autoshape.

Thanks,
charm
Reply With Quote