Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() 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 |
#2
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i make my picture size display in inches rather than cms? | New Users to Excel | |||
How can I turn of zooming so that users can't change size of work. | Excel Discussion (Misc queries) | |||
Change the default chart colours | Charts and Charting in Excel | |||
Change Font Size | Excel Worksheet Functions | |||
jpeg picture always the same size | Excel Worksheet Functions |