How we resize image in harddisk ?

M

mesuttasar

Hi everyone.I have a problem.
I want to resize image with vba code.Example ;

i have a image in *C:\Resimlerim\Sablon\pptornek.bmp
*
I want to make it dimension 718 X 721 pixel.

Please help me.Thanks.:confused:
 
M

mesuttasar

mesuttasar;258363 said:
Hi everyone.I have a problem
I want to resize image with vba code.Example

i have a image in *C:\Resimlerim\Sablon\pptornek.bm

I want to make it dimension 718 X 721 pixel

Please help me.Thanks.:confused
--- Automerged consecutive post before response --
Is there anybody to help me? Blink

please help me, i wait stil
 
S

Simon Lloyd

What size is it now? where is it to be placed?

mesuttasar;258363 said:
Hi everyone.I have a problem.
I want to resize image with vba code.Example ;

i have a image in *C:\Resimlerim\Sablon\pptornek.bmp*

I want to make it dimension 718 X 721 pixel.

Please help me.Thanks.:confused:
--- Automerged consecutive post before response ---
Is there anybody to help me? Blink1


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
 
S

Simon Lloyd

Simon said:
What size is it now? where is it to be placed
This will resize the image, however you have to play around with th
settings!

With ActiveShee
.Shapes("Picture 1").Selec
Selection.ShapeRange.ScaleWidth 0.86, msoFalse, msoScaleFromTopLef
Selection.ShapeRange.ScaleHeight 0.86, msoFalse, msoScaleFromTopLef
End Wit

--
Simon Lloy

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com
 
Top