I am trying to turn off the main menu command bar in Excel. Why does this code not work?

Application.CommandBars("Worksheet Menu Bar").Visible = False

Many Thanks