View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Get rid of bar from the top

In VBA use ....

Application.DisplayFullScreen = True

or set it false to reverse it.


--
Cheers
Nigel



"Mark Stephens" wrote in message
...
Is there a way to lose the bar off the top of the window (the one with the
caption, close and maximise buttons embedded in it). I just want to have

the
screen filled with my app and no clue that it is excel.

Kind regards, Mark