+ Reply to Thread
Results 1 to 3 of 3

Excel startup window

  1. #1
    Registered User
    Join Date
    05-13-2006
    Posts
    2

    Question Maximize worksheet on Excel startup

    When I startup Excel by clicking on a spreadsheet file sometimes it starts up with the spreadsheet in maximized and sometimes not. Is there a startup parameter to force it fully maximized?

    Thanks!
    Last edited by vanderdoes; 05-13-2006 at 12:45 PM. Reason: To clarify issue

  2. #2
    Richard
    Guest

    RE: Excel startup window

    Find the little Excel workbook icon near the upper left corner of the
    workbook window, just to the left of the File menu option. Right click on the
    icon, left click on view code, and paste this in.

    Sub Workbook_Open()
    ActiveWindow.WindowState = xlMaximized
    End Sub
    --
    Richard


    "vanderdoes" wrote:

    >
    > When I startup Excel by clicking on a spreadsheet file sometimes it
    > starts up with the spreadsheet in full window mode and sometimes not.
    > Is there a startup parameter to force it full screen?
    >
    > Thanks!
    >
    >
    > --
    > vanderdoes
    > ------------------------------------------------------------------------
    > vanderdoes's Profile: http://www.excelforum.com/member.php...o&userid=34404
    > View this thread: http://www.excelforum.com/showthread...hreadid=541828
    >
    >


  3. #3
    Registered User
    Join Date
    05-13-2006
    Posts
    2
    Thanks.... just what I needed!

    Jeff

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1