Question about Excel 2010

  • Thread starter Thread starter Harlan Grove
  • Start date Start date
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.
 
Back
Top