formatting tool bar disappeared

D

djbots

I am running word 11.3.8
and the formatting tool bar has disappeared.

I uncheck and re-check the toolbar option and it still does not
reappear. Other tool bars are visible.

any assistance is helpful.

cheers,

Noah
 
J

JE McGimpsey

I am running word 11.3.8
and the formatting tool bar has disappeared.

I uncheck and re-check the toolbar option and it still does not
reappear. Other tool bars are visible.

Couple of suggestions (in order of severity):

1) Choose Tools/Customize/Customize Toolbars/Menus... Select the
Formatting toolbar in the listbox in the Toolbars pane (so that it's
highlighted, not just the checkbox checked). Click the Reset button.

2) Type Opt-11 to enter the Visual Basic Editor. Type CMD-g to open the
Immediate Window. In the Immediate Window, type or paste these lines,
each followed by Return:

Application.Commandbars("Formatting").Protection = msoBarNoProtection
Application.Commandbars("Formatting").Position = msoBarFloating
Application.Commandbars("Formatting").Top = 200
Application.Commandbars("Formatting").Left = 100
Application.Commandbars("Formatting").Visible = True

Type Opt-F11 to go back to XL. Reposition the toolbar as desired.

3) With XL *closed*, trash the

~:Library:preferences:Microsoft:Excel Toolbars (11)

file. This will get rid of any other toolbar customizations you've done.
 
D

djbots

Couple of suggestions (in order of severity):

1) Choose Tools/Customize/Customize Toolbars/Menus... Select the
Formatting toolbar in the listbox in the Toolbars pane (so that it's
highlighted, not just the checkbox checked). Click the Reset button.

2) Type Opt-11 to enter the Visual Basic Editor. Type CMD-g to open the
Immediate Window. In the Immediate Window, type or paste these lines,
each followed by Return:

Application.Commandbars("Formatting").Protection = msoBarNoProtection
Application.Commandbars("Formatting").Position = msoBarFloating
Application.Commandbars("Formatting").Top = 200
Application.Commandbars("Formatting").Left = 100
Application.Commandbars("Formatting").Visible = True


option 1 and option 2 have not worked
need some clarification for option 3 please. I am working with word
 

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