Ribbon

M

MichDenis

Hi,

I opened a file and all the ribbons have disappeared.

How can i get the excel standard ribbons again ?

Thank in advance for your collaboration.

Salutations
 
A

Abdul

CTRL+F1 will Togglr Minimize/maximize Ribbon. You can also double
click the ribbon Tab Nmae (Like the menu) to minimize and maximize..
 
R

Rick Rothstein

Do you see the tabs (Home, Insert, Page Layout, etc.) for the Ribbon? If so,
right click any where in that row of tabs and click (to uncheck) the
"Minimize the Ribbon" entry. Or you could just leave it the way it is and
expand the Ribbon whenever you need it by clicking the appropriate tab.
 
M

MichDenis

I finally found... something very basic and simple !
I probably need a good and strong cup of cafe.

Application.DisplayFullScreen = False

Thank for your answer.




"Abdul" <[email protected]> a écrit dans le message de groupe de discussion :
[email protected]...

CTRL+F1 will Togglr Minimize/maximize Ribbon. You can also double
click the ribbon Tab Nmae (Like the menu) to minimize and maximize..
 
M

MichDenis

Thank for your help Rick

This is what i needed :
Application.DisplayFullScreen = False

Salutations.

"Rick Rothstein" <[email protected]> a écrit dans le message de groupe
de discussion : [email protected]...
Do you see the tabs (Home, Insert, Page Layout, etc.) for the Ribbon? If so,
right click any where in that row of tabs and click (to uncheck) the
"Minimize the Ribbon" entry. Or you could just leave it the way it is and
expand the Ribbon whenever you need it by clicking the appropriate tab.
 
R

Rick Rothstein

Actually, for that condition, you could have restored the ribbons by
clicking the Maximize/Minimize button next to the red X in the upper right
corner of the Excel window. Oddly, though, Maximizing a normally displayed
screen does not remove the Ribbon in the same way that
Application.DisplayFullScreen=True does.
 
Top