Cropping an image

B

ben

In Excel 2007, there is an Command Bar button when you have a new image
selected to Crop an image. This will bring up a 'Crop Interface' that you can
drag the borders of the image to where you desire. I have found the method to
Cropleft, croptop etc. I can not use that method as the crop area will always
be different and I need this to be a user defined size. So I am trying to
find the method to just bring up the 'Crop Interface' after the picture has
been inserted into a workbook.

Ben
 
A

Andy Pope

Hi,

In xl2003 you could have used,

application.CommandBars.FindControl(ID:=732).Execute

Unfortunately this produces an automation error in xl2007. So I'm not sure
what you are after is even possible now.

Cheers
Andy
 

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