A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
That is exactly what the modeling industry is trying to avoid. We do not want to Merge cells. That is why it has to be "Center Across Section"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
As most in the financial modeling/investment banking/pe understand it is best practice to never use Merge & Center but rather "Center Across Section" which causes frustration provided you can't add Center Across Section to the ribbon or quick access toolbar and the keystroke "Alt FA tab tab down down down down down enter" is obnoxious. Can anyone tell me a work around to add this somewhere to have it get added to Quick Access? Or have Microsoft make the enhancement? Thanks!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
That is exactly what the modeling industry is trying to avoid. We do not want to Merge cells. That is why it has to be "Center Across Section"
Thanks for the note, but that seems like a more complicated solution when there is an entire industry waiting for there to be a more applicable solution. If it's the only option I would definitely consider.
You might create the following macro in your Personal Macro Workbook PERSONAL.XLSB:
Sub CAS()
On Error Resume Next
Selection.HorizontalAlignment = xlHAlignCenterAcrossSelection
End Sub
You can assign it to a Quick Access Toolbar button and/or a convenient keyboard shortcut.
See Excel Personal Macro Workbook | Save & Use Macros in All Workbooks
Can you add Center Across Selection to the Quick Access Toolbar - Microsoft Community
Macro could be the only way to do this.
You may send feedback to Microsoft to suggest such button.
Excel · Community (microsoft.com)
Send feedback to Microsoft with the Feedback Hub app - Microsoft Support
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more