Reply
 
Thread Tools Display Modes
  #1   Report Post  
Vic
 
Posts: n/a
Default How do I set only 2 default toolbars when Word or Excel start up?

My Word and Excel always start up with several toolbars occupying 4 lines as
a default. How do I reset the default so I will only get STANDARD and
FORMATTING toolbars?
  #2   Report Post  
Shawn Michaels
 
Posts: n/a
Default

Hi Vic,

Go to the VIEW menu in word, then choose TOOLBARS and set the ones that you
want.

Shawn

"Vic" wrote:

My Word and Excel always start up with several toolbars occupying 4 lines as
a default. How do I reset the default so I will only get STANDARD and
FORMATTING toolbars?

  #3   Report Post  
CyberTaz
 
Posts: n/a
Default

Hi Vic-

You should be able to just turn off/on whatever toolbars you wish, and each
time you launch Word/Excel it should present the same ones in the same
locations as when you last Quit that program. Are you saying this is not
happening in your case?

Regards |:)

"Vic" wrote:

My Word and Excel always start up with several toolbars occupying 4 lines as
a default. How do I reset the default so I will only get STANDARD and
FORMATTING toolbars?

  #4   Report Post  
Vic
 
Posts: n/a
Default

Hi,
Every time I start Word I remove garbage toolbars, and every time they
appear again. How can I stop it? There must be a way to set a default what
toolbars I need on start-up.
Thanx

"CyberTaz" wrote:

Hi Vic-

You should be able to just turn off/on whatever toolbars you wish, and each
time you launch Word/Excel it should present the same ones in the same
locations as when you last Quit that program. Are you saying this is not
happening in your case?

Regards |:)

"Vic" wrote:

My Word and Excel always start up with several toolbars occupying 4 lines as
a default. How do I reset the default so I will only get STANDARD and
FORMATTING toolbars?

  #5   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default

If Word is not saving your settings when you close, then you'll need to
force it with an AutoExec macro, which perhaps someone will provide for you
(I can't).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Vic" wrote in message
...
Hi,
Every time I start Word I remove garbage toolbars, and every time they
appear again. How can I stop it? There must be a way to set a default what
toolbars I need on start-up.
Thanx

"CyberTaz" wrote:

Hi Vic-

You should be able to just turn off/on whatever toolbars you wish, and

each
time you launch Word/Excel it should present the same ones in the same
locations as when you last Quit that program. Are you saying this is not
happening in your case?

Regards |:)

"Vic" wrote:

My Word and Excel always start up with several toolbars occupying 4

lines as
a default. How do I reset the default so I will only get STANDARD and
FORMATTING toolbars?




  #6   Report Post  
Graham Mayor
 
Posts: n/a
Default

Word 2003 has something of a mind of its own when it comes to personal
settings and sometimes it is necessary to force your will upon it using auto
macros. The macros I use in my own system are as follows. If you have some
different toolbar issue, you can add the command lines to control them
using similar syntax to the marked lines. If you don't know how to use the
listings - see http://www.gmayor.com/installing_macro.htm

Sub AutoNew()
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True
With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 100
.FieldShading = wdFieldShadingWhenSelected
.ShowFieldCodes = False
.DisplayPageBoundaries = True
End With
'********************************
CommandBars("Reviewing").Visible = False
CommandBars("Drawing").Visible = False
CommandBars("Forms").Visible = False
'*********************************
End Sub

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.ActivePane.DisplayRulers = True
ActiveWindow.ActivePane.View.ShowAll = False
ActiveWindow.DisplayHorizontalScrollBar = True
ActiveWindow.DisplayVerticalScrollBar = True
With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 100
.FieldShading = wdFieldShadingWhenSelected
.ShowFieldCodes = False
.DisplayPageBoundaries = True
End With
End Sub

Sub AutoExec()
'*********************************
CommandBars("Reviewing").Visible = False
CommandBars("Drawing").Visible = False
CommandBars("Forms").Visible = False
CommandBars("Mail Merge").Visible = False
'***********************************
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Suzanne S. Barnhill wrote:
If Word is not saving your settings when you close, then you'll need
to force it with an AutoExec macro, which perhaps someone will
provide for you (I can't).


"Vic" wrote in message
...
Hi,
Every time I start Word I remove garbage toolbars, and every time
they appear again. How can I stop it? There must be a way to set a
default what toolbars I need on start-up.
Thanx

"CyberTaz" wrote:

Hi Vic-

You should be able to just turn off/on whatever toolbars you wish,
and each time you launch Word/Excel it should present the same ones
in the same locations as when you last Quit that program. Are you
saying this is not happening in your case?

Regards |:)

"Vic" wrote:

My Word and Excel always start up with several toolbars occupying
4 lines as a default. How do I reset the default so I will only
get STANDARD and FORMATTING toolbars?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
1st word in heading flush left second word flush right Elin New Users 9 April 4th 05 08:44 PM
Wordperfect Office 2000 conversion to Word 2003 MikeE New Users 1 March 21st 05 12:04 AM
Reveal Formating Code Dick Microsoft Word Help 5 March 12th 05 09:51 PM
how to convert wordperfect 5.0 floppy files to word pcoelho Microsoft Word Help 2 February 17th 05 06:55 PM
How do I create & merge specific data base & master documents? maggiev New Users 2 January 12th 05 11:30 PM


All times are GMT +1. The time now is 11:39 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"