Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to insert an image on a user form, but it is
larger than the area I want to use. When I resize the object, it crops the picture instead of shrinking it. How do I resize it instead of cropping it? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at the PictureSizeMode property:
Here are the choices: fmPictureSizeModeClip 0 Crops any part of the picture that is larger than the form or page (default). fmPictureSizeModeStretch 1 Stretches the picture to fill the form or page. This setting distorts the picture in either the horizontal or vertical direction. fmPictureSizeModeZoom 3 Enlarges the picture, but does not distort the picture in either the horizontal or vertical direction. -- Regards, Tom Ogilvy "Liam" wrote in message ... I want to insert an image on a user form, but it is larger than the area I want to use. When I resize the object, it crops the picture instead of shrinking it. How do I resize it instead of cropping it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Image Resizing and Shifting Excel 2007 | Excel Discussion (Misc queries) | |||
Using a scanned image to create a form in Excel 2007 | Excel Discussion (Misc queries) | |||
Form image | Excel Worksheet Functions | |||
Resizing cells in a selection without resizing entire sheet | Excel Discussion (Misc queries) | |||
Form-filling application with Excel (background image)? | Excel Discussion (Misc queries) |