Set Maximum Column Width - without effecting columns smaller than max

RogerC

Well-known Member
Joined
Mar 25, 2002
Messages
536
I regularly run a report that outputs 200 or more columns. Around 30 of those columns may be up to 255 characters wide. Most other columns are output as an acceptable column width of around 20 characters wide.
Typically, I zoom way out, manually highlight all the too-wide columns and adjust their width to 40 characters.

Without using VBA, is there any way to quickly adjust all column widths across the 200 columns to a maximum of 40 characters wide without also increasing the narrower columns to 40?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Not that I know of. You would either need vba, or do it manually.
 
Upvote 0
I guess, you know the width of characters is not same, so the width of column depends which characters are in the columns.
But you can try this.
GoTo.jpg

Press Ctrl + G to open "GoTo" dialog.
In the reference put the columns (separated by comma) that you want to resize.
Press "OK" and when all columns are selected resize all to the optimum as one.
I did't test it how many columns you can resize at once.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,217,047
Messages
6,134,280
Members
449,863
Latest member
Snowmanx812

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top