Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 124
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.programming
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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default 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






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"