How to shrink text to fit a cell in Excel?
If there are many texts in a cell, and you do not want to change the size of the cell, so you only can shrink the texts to fit the cell. Now I tell you how to quickly shrink text to fit cell in Excel.
Shrink text to fit cell by setting Format in Excel
Shrink text to fit cell with VBA in Excel
Shrink text to fit cell by setting Format in Excel
There is a Shrink feature to shrink text in Excel
1. Select the cell with texts that are too long to fully display, and right-click to select FormatCells. See screenshot:
2. In the Format Cells dialog box, click Alignment tab, and check Shrink to fit. See screenshot:
3. Then click OK to close the dialog box. And now you can see the text is shrank to fit the cell.
Shrink text to fit cell with VBA in Excel
If you are used to using VBA, you can do as follow:
1. Select a cell of the column you want to select and press Alt + F11 to open the Microsoft Visual Basic for Applications window.
2. In the pop-up window, click Insert > Module, then paste the following VBA code into the module.
VBA: Shrink text to fit cell
Sub test()
Range("A1").ShrinkToFit = True
End Sub
3. Click Run button, and then the text in cell A1 is shank to fit cell.
Tip: A1 in the above VBA is the cell you want to shrink the text in.
Relative Articles:
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!