Question about Excel 2010

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top