From: PJ on
Actually the Toolbars, Customize, Worksheet Menu, Reset trick worked, but I
appreciate your taking the time to try to help me out. Thanks Bob!


"Bob Phillips" wrote:

> Try going into the VBIDE (alt-F11), open the immediate window (Ctrl-G), and
> enter
>
> Application.Commandbars(1).controls("View").Visible = True
>
> --
>
> HTH
>
> Bob
>
> "PJ" <PJ(a)discussions.microsoft.com> wrote in message
> news:01554DA4-7D14-4DB5-A8A8-FBF3A6B90010(a)microsoft.com...
> > Somehow the "View" option in Excel went missing. Now there's a thin white
> > line where the word use to be. So the it reads: File Edit (white
> > bar)
> > Favorites Tools Help. Does anyone know how to fix this? Thanks.
> >
>
>
> .
>
From: Bob I on
You're welcome, have a great day!

PJ wrote:

> This worked! Had to uncheck, and then check Worksheet Menu Bar, but it
> worked. Thanks Bob I for your help!
>
> "Bob I" wrote:
>
>
>>Tools, Customize, Menu Bar, Reset
>>
>>PJ wrote:
>>
>>
>>>Somehow the "View" option in Excel went missing. Now there's a thin white
>>>line where the word use to be. So the it reads: File Edit (white bar)
>>> Favorites Tools Help. Does anyone know how to fix this? Thanks.
>>>
>>
>>.
>>

From: Bob Phillips on
Of course it does, but it resets the whole menu, so it destroys any required
customisations.

--

HTH

Bob

"PJ" <PJ(a)discussions.microsoft.com> wrote in message
news:0DA29D53-4B5F-4907-897C-91FB1A072955(a)microsoft.com...
> Actually the Toolbars, Customize, Worksheet Menu, Reset trick worked, but
> I
> appreciate your taking the time to try to help me out. Thanks Bob!
>
>
> "Bob Phillips" wrote:
>
>> Try going into the VBIDE (alt-F11), open the immediate window (Ctrl-G),
>> and
>> enter
>>
>> Application.Commandbars(1).controls("View").Visible = True
>>
>> --
>>
>> HTH
>>
>> Bob
>>
>> "PJ" <PJ(a)discussions.microsoft.com> wrote in message
>> news:01554DA4-7D14-4DB5-A8A8-FBF3A6B90010(a)microsoft.com...
>> > Somehow the "View" option in Excel went missing. Now there's a thin
>> > white
>> > line where the word use to be. So the it reads: File Edit
>> > (white
>> > bar)
>> > Favorites Tools Help. Does anyone know how to fix this? Thanks.
>> >
>>
>>
>> .
>>