H
Harlan Grove
Does ribbon/UI hiding using
Sub HideRibbon()
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
End Sub
(thank you, Jim Rech) still work in Excel 2010?
I've taken a different approach to ribbon replacement. I eliminate the
entire Excel UI using the application method call above and use a
collection of AutoIt scripts and toolbars to create my own UI for
Excel. Not perfect, but workable.
Sub HideRibbon()
Application.ExecuteExcel4Macro "SHOW.TOOLBAR(""Ribbon"",False)"
End Sub
(thank you, Jim Rech) still work in Excel 2010?
I've taken a different approach to ribbon replacement. I eliminate the
entire Excel UI using the application method call above and use a
collection of AutoIt scripts and toolbars to create my own UI for
Excel. Not perfect, but workable.