How to resize all charts or pictures in Excel quickly?

Let's say there are a lot of pictures or charts of varying size in a worksheet. And now you need to unify all of them to the same size. How do you deal with it? This article will show the tutorial to resize multiple charts or pictures simultaneously with same size easily.

Resize all charts at the same time

Resize all pictures at the same time

Kutools for Excel: 120 Cool Tools and Advanced Features for Excel 2013, 2010 and 2007. Read more...
Office Tab: Enable Tabbed Editing and Browsing in Office, Just Like Chrome, Firefox, IE 8/9/10. Read more...
Classic Menu for Office: Bring Classic Menus and Toolbars of Office 2003/XP/2000 Back to Office 2007, 2010 and 2013. Read more...

arrow blue right bubbleResize all charts at the same time

Hot
Amazing! Using Tabs in Excel like Firefox, Chrome, Internet Explore 10!

Learn more Free download

You can resize all charts in active worksheet with following steps.

Step 1: Select all charts in active worksheet.

You can select all charts with holding down Ctrl key. The following VB macro can also help you select all charts quickly:

Public Sub SelectAllCharts()
ActiveSheet.ChartObjects.Select
End Sub

Step 2: Now Drawing Tools is active in Ribbon. Go to the Format tab under the Drawing Tools.

Step 3: In the Size group, enter the shape height and shape width. See the following screenshot:

doc-resize-charts-pictures1

Then all selected charts in active worksheet are resized at the same time with same size.

doc-resize-charts-pictures2

Note: This way is valid for resizing all pictures too. If resize all pictures, you can find out the Size group under Format tab of Picture Tools.


arrow blue right bubbleResize all pictures at the same time

There is another way to resize all pictures in active worksheet quickly and conveniently.

Step 1: Select all pictures in active worksheet.

The following VB macro can help you select all pictures in active worksheet quickly.

Public Sub SelectAllPics()
ActiveSheet.Pictures.Select
End Sub

Step 2: Right click the selected picture, and select the Format Object item in the context menu.

doc-resize-charts-pictures3

Step 3: Format Pictures dialog box pops up, click the Size category in the left bar.

Step 4: Now enter the height and width under the Size section. See the following screenshot:

doc-resize-charts-pictures4

Step 4: Click OK. Now all selected pictures in active worksheet are resized together and unified to the same size at once.


Kutools for Excel

More than 120 Advanced Functions for Excel 2013, 2010, 2007 and Office 365.

screen shot

btn read more     btn download     btn purchase