Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Hans Näslund
 
Posts: n/a
Default Alternative window size?

I would like to save one of my worksbooks as a full-screeen window, without
affecting other workbooks or the standard template.

How do I do? Is it at all possible?



  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

I think that excel likes to remember the window state when you close it.

So if you close your full-screen workbook last (then close excel), when you
reopen excel, the next workbook will be full screen.

I don't think you can control this behavior.

About the best you could do is add some code to each workbook that tells excel
how to treat the windows when it opens that workbook.

this maximizes the application, but makes each window in that workbook normal
(not maximized, not minimized).

Option Explicit
Private Sub Workbook_Open()
Dim myWindow As Window
Application.WindowState = xlMaximized
For Each myWindow In Me.Windows
myWindow.WindowState = xlNormal
Next myWindow
End Sub



"Hans Näslund" wrote:

I would like to save one of my worksbooks as a full-screeen window, without
affecting other workbooks or the standard template.

How do I do? Is it at all possible?


--

Dave Peterson
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
SPECIFY REQUIRED PAPER SIZE IN EXCEL 2000 T S Augustine Excel Discussion (Misc queries) 0 January 17th 05 12:07 PM
SPECIFY REQUIRED PAPER SIZE IN EXCEL 2000 Augustine Excel Discussion (Misc queries) 0 January 17th 05 12:05 PM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM
Macro or Function to make text size to suite text Length? lbbss Excel Discussion (Misc queries) 4 December 14th 04 07:53 PM
How can I change size of the picture without changing chartobject? Marie J-son Charts and Charting in Excel 6 December 7th 04 12:34 PM


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

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

About Us

"It's about Microsoft Excel"