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