View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Missing Excel option

Of course it does, but it resets the whole menu, so it destroys any required
customisations.

--

HTH

Bob

"PJ" wrote in message
...
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").Visibl e = True

--

HTH

Bob

"PJ" wrote in message
...
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.



.