Painting Blue Code
Simple, self-explanatory code snippets.
2011-09-13
EXCEL - Hiding the ribbon programmatically
Public
Sub
hideRibbon()
Application.ExecuteExcel4Macro
"SHOW.TOOLBAR(""Ribbon"",False)"
End
Sub
Public
Sub
showRibbon()
Application.ExecuteExcel4Macro
"SHOW.TOOLBAR(""Ribbon"",True)"
End
Sub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment