View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Tool Bar does not hide

It worked okay for me. Is there any other code?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"MD" wrote in message
...
Good day all,

I use this sample code...
Application.DisplayFullScreen = True
Application.CommandBars("worksheet menu bar").Enabled = False

To get a true full screen in EXCEL. What I have noticed is that on some

PCs
the FullScreen works, but the worksheet menu bar remains. If I do a
step-by-step on the code it hides but comes right back.

Any suggestions?

MD