Hi =?Utf-8?B?cmR5YXo=?=,
> We are trying to display Word documents in full screen mode for a trade show
> booth. Trouble is the Full Screen toolbar shows up on top of everything and
> cannot be disabled through the customize menu. When not in full screen mode,
> the Full Screen toolbar is not even on the customize list. Any suggestions
> how to get rid of it?
I believe you have to run a macro (assigned to a keyboard shortcut). For
example:
Sub ToggleFullScreen()
CommandBars("Full Screen").Visible = _
Not CommandBars("Full Screen").Visible
End Sub
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
rdyaz - 18 Jan 2005 20:43 GMT
This did it. Thanks!
> Hi =?Utf-8?B?cmR5YXo=?=,
>
[quoted text clipped - 19 lines]
> This reply is posted in the Newsgroup; please post any follow question or reply
> in the newsgroup and not by e-mail :-)