How to recover missing "Standard" and "Menu Bar" commandbars?

S

Serf

On opening a Word document from a government department website, all
commandbars have disappeared from view, and cannot be readily reset.
(Normal.dot has not been modified.) I am running Office 2000 SR1
Professional.

I don't appear to have any built-in menu Commandbars anymore! For example
Application.CommandBars("Menu Bar").BuiltIn gives a runtime error 5 (Invalid
procedure call or argument). Also "Standard" cannot be referenced.

Application.CommandBars.Count returns 70, where I would have expected 107.
??? Also, I am unable to make any of those remaining visible (
Application.CommandBars(1).enabled= true
Application.CommandBars(1).visible= true
returns an automation error)

Any suggestions as to how I can clear this condition? Support for the
website are completely baffled...

Many thanks,

serf
 
S

Serf

Serf said:
On opening a Word document from a government department website, all
commandbars have disappeared from view, and cannot be readily reset.
(Normal.dot has not been modified.) I am running Office 2000 SR1
Professional.

I don't appear to have any built-in menu Commandbars anymore! For example
Application.CommandBars("Menu Bar").BuiltIn gives a runtime error 5 (Invalid
procedure call or argument). Also "Standard" cannot be referenced.

Application.CommandBars.Count returns 70, where I would have expected 107.
??? Also, I am unable to make any of those remaining visible (
Application.CommandBars(1).enabled= true
Application.CommandBars(1).visible= true
returns an automation error)

Any suggestions as to how I can clear this condition? Support for the
website are completely baffled...

Many thanks,

serf



The fix given in

&:-jesse) said:

worked fine for me.

Many thanks,

serf
 

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