S
Stefan Blom
Is this Word 2003? You will have to run the following macro commands:
commandbars("Full Screen").Enabled = False
commandbars("Full Screen").Visible = False
You can do that in the Immediate Window of the Visual Basic Editor (press
Alt+F11 and then Ctrl+G). Type the commands, pressing Enter after each one.
commandbars("Full Screen").Enabled = False
commandbars("Full Screen").Visible = False
You can do that in the Immediate Window of the Visual Basic Editor (press
Alt+F11 and then Ctrl+G). Type the commands, pressing Enter after each one.