hi alison,
there is no shrink to fit command available for the quick access toolbar, however, we can do this with a macro, please see the steps below:
- open excel and hit alt + f11 to open the vba development window.
- click the down arrow next to insert module button > module.
- a new module will appear, probably named xxx - modulex (code), paste the following code then close the vba window..
public sub shrinktofit()
selection.shrinktofit = true
end sub
- back to excel, right click on the quick access toolbar and select customize the quick access toolbar.
- in the choose commands from list, select macros, find modulex.shrinktofit and select it, click the add >> button.
- (optional) we can also click modify to change the name shown when we hover over the button, and also to change the icon. click ok, the shrink to fit command is now on our quick access toolbar.
if you have any other queries regarding excel usability, it's recommended to post in our excel forum for dedicated support as our forum mainly focuses on office 365 for business online services related issues.
thanks,
james