Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
skrol
 
Posts: n/a
Default Opening in Full Screen.


Hi,

Normaly Excel opens in the way it was used the last time.
Showing the tool bars/Options that were used the last time.
I want that my file opens in someone else his PC under Full Screen, no
mather how his Excel was configurated the last time.

More,
Is it possible to protect also the fullscreen, so that no toolbars can
be opened, or other things under "Tools / Options" ??
Always keeping Full Screen .

Thanks .....

S.Krol




--
skrol
------------------------------------------------------------------------
skrol's Profile: http://www.excelforum.com/member.php...o&userid=27126
View this thread: http://www.excelforum.com/showthread...hreadid=469488

  #2   Report Post  
bigwheel
 
Posts: n/a
Default

The first part of this is relatively easy. Right click on a worksheet tab
then select View Code. Double-click the This Workbook object then change the
two selections from (General) and (Declarations) to Workbook and Open, Then
in the sub that gets added enter the line Application.DisplayFullScreen =
True. Next change to Workbook and BeforeClose and enter
Application.DisplayFullScreen = False.

This will then open as full screen and turn off the full screen when the
workbook is closed.

To prevent toolbars being opened your're going to need to change the
built-in menus and renable them on exit. The code could be placed inside the
same subs as above so have a look at
http://msdn.microsoft.com/library/de...l/ofcmdbar.asp for guidance

"skrol" wrote:


Hi,

Normaly Excel opens in the way it was used the last time.
Showing the tool bars/Options that were used the last time.
I want that my file opens in someone else his PC under Full Screen, no
mather how his Excel was configurated the last time.

More,
Is it possible to protect also the fullscreen, so that no toolbars can
be opened, or other things under "Tools / Options" ??
Always keeping Full Screen .

Thanks .....

S.Krol




--
skrol
------------------------------------------------------------------------
skrol's Profile: http://www.excelforum.com/member.php...o&userid=27126
View this thread: http://www.excelforum.com/showthread...hreadid=469488


  #3   Report Post  
bigwheel
 
Posts: n/a
Default

Oops, the Microsoft article was specific to Access but the principle is the
same ...
Try
http://msdn.microsoft.com/library/de...components.asp
  #4   Report Post  
skrol
 
Posts: n/a
Default


Thanks BigWheel, :)

That helped me a lot.
The only thing that's I'm missing ans needing in FullScreen are the
worksheet tabs.
I'm rather good in JScript, but new to VBScript.
I'm in a hurry to get this workbook done, so I don't have to much time
to study Macro's etc.
Maybe you, or some one else, have a solution how to include the tabs in
this fullscreen.

Something like: -Application.DisplayTabBar (???) = True-


Where can I find something about these "instructions" ?

Again, thanks a lot.

S.Krol :)


--
skrol
------------------------------------------------------------------------
skrol's Profile: http://www.excelforum.com/member.php...o&userid=27126
View this thread: http://www.excelforum.com/showthread...hreadid=469488

  #5   Report Post  
skrol
 
Posts: n/a
Default


Hi again,
Actually, I found a solution for the tabs on this forum:

http://www.excelforum.com/archive/in.../t-228810.html

Including: "Application.DisplayStatusBar = True" , now shows the upper
part of the tabs and the horizontal scrollbar. Just a littlebit.
I think that wat is happening:

The tabs and the horizontal scrollbar were already there, but because
it's really "FullScreen", they were hidden behind the main windows bar,
were you can see the opened programs, time etc.
Now including the StatusBar, makes that the tabs/h.scrollbar are going
just "higher" on the screen, making them (in my case) more or less
visible.

Getting There,
How to make "FullScreen" just go to that Windows Mainbar ??




--
skrol
------------------------------------------------------------------------
skrol's Profile: http://www.excelforum.com/member.php...o&userid=27126
View this thread: http://www.excelforum.com/showthread...hreadid=469488

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Size of excel work book is not full screen Mike Excel Discussion (Misc queries) 1 September 21st 05 01:22 PM
i can not get full screen to remain off BabyBlueAXiD Excel Discussion (Misc queries) 1 August 26th 05 03:19 PM
how do I display a worksheeet in full screen view PolarBear Excel Discussion (Misc queries) 5 July 5th 05 07:56 PM
"Disk is full" error when opening Excel 2000. Mike Excel Discussion (Misc queries) 0 June 30th 05 06:39 PM
Worksheet won't display full screen Timbo New Users to Excel 1 April 24th 05 02:22 AM


All times are GMT +1. The time now is 12:24 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"