Thread: Toolbars GONE!
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
John Keith[_2_] John Keith[_2_] is offline
external usenet poster
 
Posts: 175
Default Toolbars GONE!

..Enabled WORKED!... but,
Still none of the tool bars are visible nor available to be added back to
the UI.

When rt-clicking on the blank-menu-bar area, the only option that shows is
Customize. Clciking that only shows one possible toolbar which is the
Worksheet menu bar. Where a Standard, Formatting, Borders, Chart, Toolbox
etc.

--
Regards,
John


"FSt1" wrote:

hi,
try
Application.CommandBars("Worksheet Menu Bar").enabled = True

regards
FSt1

"John Keith" wrote:

I am trying to help a co-worker get his toolbars back.

No portion of any toolbar is visible so they settings can not be
selected/re-enabled.

I have tried to run this code, but his verson of Office2003 does not allow
the last 2 statements. Nor does the Worksheet menu bar reappear.

Application.CommandBars("Worksheet Menu Bar").Visible = True
Application.CommandBars("Formatting").Visible = True
Application.CommandBars("Standard").Visible = True

What are my options?

--
Regards,
John