+ Reply to Thread
Results 1 to 5 of 5

Open Specific Worksheet

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    2

    Unhappy Open Specific Worksheet

    When Excel opens, I would like a specific worksheet to
    open. If someone could help i would be greatful!

  2. #2
    Valued Forum Contributor tony h's Avatar
    Join Date
    03-14-2005
    Location
    England: London and Lincolnshire
    Posts
    1,187
    in the workbook open event put in the code to activate the specific sheet

    worsheets("FrontSheet").activate

    better still, I think, put it in the workbook close event. Then the workbook is saved with the right sheet showing

    regards

  3. #3
    Marcelo
    Guest

    RE: Open Specific Worksheet

    hi,

    change the name of the workbook to personal.xls and copy it on the xlstart
    directory

    normaly at C:/program files/microsoft office/office11/xlstart

    hth
    regards from Brazil
    Marcelo

    "cargor" escreveu:

    >
    > When Excel opens, I would like a specific worksheet to
    > open. If someone could help i would be greatful!
    >
    >
    > --
    > cargor
    > ------------------------------------------------------------------------
    > cargor's Profile: http://www.excelforum.com/member.php...o&userid=36300
    > View this thread: http://www.excelforum.com/showthread...hreadid=560761
    >
    >


  4. #4
    Registered User
    Join Date
    07-12-2006
    Posts
    2

    thanks

    Thanks Tony

  5. #5
    Chip Pearson
    Guest

    Re: Open Specific Worksheet

    You need to use a VBA macro:

    Sub Auto_Open()
    ThisWorkbook.Worksheets("Sheet4").Select
    End Sub

    Change "Sheet4" to you desired worksheet.

    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com




    "cargor" <cargor.2aucgg_1152722310.1062@excelforum-nospam.com>
    wrote in message
    news:cargor.2aucgg_1152722310.1062@excelforum-nospam.com...
    >
    > When Excel opens, I would like a specific worksheet to
    > open. If someone could help i would be greatful!
    >
    >
    > --
    > cargor
    > ------------------------------------------------------------------------
    > cargor's Profile:
    > http://www.excelforum.com/member.php...o&userid=36300
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=560761
    >




+ 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