ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I change default picture size (https://www.excelbanter.com/excel-discussion-misc-queries/38275-how-do-i-change-default-picture-size.html)

submerj

How do I change default picture size
 

I have a spreadsheet in which I insert lots of pictures. All these
pictures need to be fairly small and the same size. How can I change
the default picture size so I can insert them without resizing each
picture, or at least have them appear much smaller than the current
default(which is huge) so I don't have to scroll to get to a corner to
resize.


--
submerj
------------------------------------------------------------------------
submerj's Profile: http://www.officehelp.in/member.php?userid=405
View this thread: http://www.officehelp.in/showthread.php?t=725493
Visit - http://www.officehelp.in | http://www.officehelp.in/archive/index.php | http://www.officehelp.in/index/index.php


bj

Unfortunately you can't. you will need to resize them

You can make a macro to do so fairly easily
paste the big picture and run
Sub smpic()
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.ShapeRange.Height = 172.5
End Sub

It will make the picture beabout 3 inches wide


"submerj" wrote:


I have a spreadsheet in which I insert lots of pictures. All these
pictures need to be fairly small and the same size. How can I change
the default picture size so I can insert them without resizing each
picture, or at least have them appear much smaller than the current
default(which is huge) so I don't have to scroll to get to a corner to
resize.


--
submerj
------------------------------------------------------------------------
submerj's Profile: http://www.officehelp.in/member.php?userid=405
View this thread: http://www.officehelp.in/showthread.php?t=725493
Visit - http://www.officehelp.in | http://www.officehelp.in/archive/index.php | http://www.officehelp.in/index/index.php




All times are GMT +1. The time now is 05:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com