how do i hide "full screen close full screen" togle switch

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top