atw: Re: Wacky Word Web tool bar won't stay hidden.

Michael Grant wrote:

"I wonder if any of you know of a non-destructive way to
manually disable the Word 2000 Web tool bar (the navigation
one, not the Web Tools one) for prolonged periods...

I keep right clicking over the tool bar area and deselecting
the Web tool bar from the pop-up menu...
but the cursed thing keeps on popping back, grabbing an
additional row of screen real estate...

Any ideas?"


I don't have a solution for getting rid of the Word 2000 Web tool bar for
prolonged periods.  For a start, I don't know how one would either define or
code for "prolonged periods".

I wouldn't really want to get rid of it permanently, as it is useful in
certain circumstances.

I do agree that most of the time it is an irritation and a waste of screen
real estate. Accordingly, I use this macro to get rid of it with an Alt + K
keystroke combination:

Sub KillWebToolbar()
'
'Macro KillWebToolbar Peter Fagan 17/08/00
'Keystroke binding: Alt + K

    CommandBars("Web").Visible = False

End Sub

Peter Fagan
IntraDoc Pty Ltd

**************************************************
To post a message to austechwriter, send the message to 
austechwriter@xxxxxxxxxxxxxx

To subscribe to austechwriter, send a message to 
austechwriter-request@xxxxxxxxxxxxx with "subscribe" in the Subject field.

To unsubscribe, send a message to austechwriter-request@xxxxxxxxxxxxx with 
"unsubscribe" in the Subject field.

To search the austechwriter archives, go to 
www.freelists.org/archives/austechwriter

To contact the list administrator, send a message to 
austechwriter-admins@xxxxxxxxxxxxx
**************************************************

Other related posts: