Replacing Microsoft logo button

E

ericb

How do I replace the Microsoft Logo button on the top left corner of the
ribbon and put my logo ?

Thank you for the help
 
A

Albert D. Kallal

Unfortunately, I don't believe you can change the pizza button.

You can certainly hide the button + ribbon with the following command in
your startup code with:

DoCmd.ShowToolbar "Ribbon", acToolbarNo

So, the above will hide ribbon, and also hides that button....
 
Top