4

Can I hide the Tab "File" FAQ Link


No, you cannot hide only the "File" Tab. 

The following Code hide the Ribbon (with File Tab and BackstageView Menu):

  DoCmd.ShowToolbar "Ribbon", acToolbarNo 

View Ribbon:

  DoCmd.ShowToolbar "Ribbon", acToolbarYes