Activesheet.Pictures.Insert

B

Bill Li

ActiveSheet.Pictures.Insert("L:\untitled2.bmp").Select
Selection.ShapeRange.ScaleWidth 0.56, msoFalse,
msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.56, msoFalse,
msoScaleFromTopLeft
Selection.ShapeRange.IncrementLeft 164.25
Selection.ShapeRange.IncrementTop 81.75
 
D

dchow

Thanks.


ActiveSheet.Pictures.Insert("L:\untitled2.bmp").Select
Selection.ShapeRange.ScaleWidth 0.56, msoFalse,
msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.56, msoFalse,
msoScaleFromTopLeft
Selection.ShapeRange.IncrementLeft 164.25
Selection.ShapeRange.IncrementTop 81.75
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top