I know the commands to max/min the app and windows, but what would I use to minimize/maximize the ribbon in excel 2010?
I know the commands to max/min the app and windows, but what would I use to minimize/maximize the ribbon in excel 2010?
Did you tried with Ctrl + F1
Regards!
=DEC2HEX(3563)
If you like someone's answer, click the star to give them a reputation point for that answer...
Sorry for the lack of info. I meant to say, in a macro.
Ok.. so in this.. case..
Hope below will work for you..
Attachment 254352![]()
Private Sub Workbook_Activate() On Error Resume Next With Application .DisplayFullScreen = True .CommandBars("Worksheet Menu Bar").Enabled = False End With End Sub Private Sub Workbook_Deactivate() On Error Resume Next With Application .DisplayFullScreen = False .CommandBars("Worksheet Menu Bar").Enabled = True End With End Sub
SUPER! Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks