Show menu bar in microsoft word for mac 2016

broken image

In the dialog box that appears, click OK to reset the toolbar.

broken image

If Dialogs(wdDialogFileSaveAs).Show = 0 Then Exit Sub System.Cursor = wdCursorNormal ActiveWindow.Caption = ActiveDocument.FullName End Sub You'll need both macros for a complete fix: The first macro updates the title bar when you open the document and the second updates when you rename the document. Click Toolbars, and in the list on the left side of the window, highlight the toolbar you wish to restore. Open the document's module and add the following macro to ThisDocument: Sub FileSaveAs() 'Display document name and path in the title bar. If that's a problem, add a second macro to respond to your save tasks. Since this is an auto macro that runs only when you open the document, Word won't update the contents in the title bar when you save the file. Get Message Bar in Access 2007/2010/2013/2016/2019 easily if you have Classic Menu for Office. As soon as you do so, Word will run the auto macro and update the title bar. With all but the lowest setting, Word prompts you to enable macros when you open the document. The security setting could delay the display, but only temporarily. This will trigger the auto macro, which displays the document's full pathname in the title bar.