Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default I want to launch Excel 2007 in Maximized state every time

In all previous versions of Excel, you could specify that when you open the
program, the worksheet would open maximized on the screen. This new Excel
2007 doesn't always do that. Often when I open it, the program displays
tiled in the center of my screen. If I then maximize it and close it, and
then open it again - it will open maximized. Does anyone know how I can STOP
it from opening in a reduced size - and always open maximized to my screen?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default I want to launch Excel 2007 in Maximized state every time

I think your memory is failing <bg.

xl2003 (and previous versions) remember the window state from when I previously
closed excel.

But you could use a macro in a workbook in your XLStart folder that maximizes
the screen:

Option Explicit
Sub auto_open()
Application.WindowState = xlMaximized
ThisWorkbook.Close savechanges:=False
End Sub


Karen B wrote:

In all previous versions of Excel, you could specify that when you open the
program, the worksheet would open maximized on the screen. This new Excel
2007 doesn't always do that. Often when I open it, the program displays
tiled in the center of my screen. If I then maximize it and close it, and
then open it again - it will open maximized. Does anyone know how I can STOP
it from opening in a reduced size - and always open maximized to my screen?


--

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
2007 Excel will not launch from file Barbara Excel Discussion (Misc queries) 2 July 31st 08 06:36 PM
Long time to launch/open/hang Excel 2003 Looking for help in NJ Excel Discussion (Misc queries) 0 January 13th 07 02:43 PM
How do I set the default Excel app. to launch (2003 vs 2007)? Air_Cooled_Nut Excel Discussion (Misc queries) 7 July 6th 06 01:24 AM
Excel window not maximized on start Hennie Excel Discussion (Misc queries) 1 July 25th 05 05:16 PM
How do I get excel to always open with a maximized window Stacymm Excel Discussion (Misc queries) 1 February 10th 05 10:07 PM


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