How can I remove the three buttons on the upper right corner in the database ? These three buttons are called “minimize” “restoredown”and “close”. With the command
Application.CommandBars("Menu bar").Enabled = False
I remove all the buttons and the screen is clear of them, but these three...