Resizing image copied from Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an image that I've programmatically copied from Excel, but need to
resize it if it's larger than some (as yet) predefined height and width. How
would I do that?

Thanks
 
Barb Reinhardt said:
I have an image that I've programmatically copied from Excel, but need to
resize it if it's larger than some (as yet) predefined height and width. How
would I do that?

Assuming you've copied the image into PPT and gotten a reference to the shape,
you'd change the shape's .Height and .Width properties.

Hard to say more w/o knowing more about what you're doing and how much you need
to know.
 
I've done that, but when I get large pictures, they seem to get cut off. I'm
not sure if it's related to the resize or something else. Any idea why?
 
Back
Top