Discover how to automatically autofit column in Excel. This is how we adjust cell size in excel automatically. Essentially, how to make excel cells expand to fit text automatically, without manually. I will also demonstrate excel autofit column width shortcut for windows. We will be using VBA to automatically Autofit column width.
Manually Autofit Column Width
1) Home ~ Cells ~ Format
2) Autofit Column Width
FYI. Autofit row is also available in this pull down menu.
Manually Autofit Column Width (shortcut)
1) Alt + HOI
FYI Alt+HOA is for autofit row.
Automatically Autofit Column Width
1) Right-click the sheet
2) View Code
3) Select Worksheet
4) Enter these instructions
Cells.EntireColumn.AutoFit
5) Save using Ctrl + S
6) Close Editor
#microsoft #excel #exceltips #tips #exceltricks #tricksandtips