ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Get rid of bar from the top (https://www.excelbanter.com/excel-programming/328953-get-rid-bar-top.html)

Mark Stephens

Get rid of bar from the top
 
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



SmilingPolitely[_3_]

Get rid of bar from the top
 
Mark Stephens wrote:
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


View - Full Screen

Nigel

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





Nick Hodge

Get rid of bar from the top
 
Nigel

I don't think Full Screen will do what the OP wanted. I suspect that API
calls will be needed as there is no way through VBA to remove the icon, etc
from either the application or workbook window

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS

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







Chip Pearson

Get rid of bar from the top
 
If your app is comprised of userforms, you could just hide Excel
altogether. E.g.,

Application.Visible = False ' True to restore


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"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





All times are GMT +1. The time now is 10:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com