+ Reply to Thread
Results 1 to 3 of 3

Open WB to default sheet

  1. #1
    Registered User
    Join Date
    03-19-2004
    Posts
    6

    Open WB to default sheet

    Is there a way to setup a workbook to automatically open up to a specific sheet each time, regardless of the sheet that was open last time the WB was closed and saved.

    If this is a vba solution I am more than willing to attempt it. TIA.

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Think XLstart is the key. This link will help

    http://office.microsoft.com/en-us/as...993911033.aspx

    VBA Noob

  3. #3
    Forum Contributor
    Join Date
    11-20-2005
    Posts
    256
    Quote Originally Posted by ftjjk
    Is there a way to setup a workbook to automatically open up to a specific sheet each time, regardless of the sheet that was open last time the WB was closed and saved.

    If this is a vba solution I am more than willing to attempt it. TIA.
    Hi ftjjk,

    Try this.
    Put into the WorkBook Module.
    Change the sheet number to the one which you want to open to.

    Private Sub Workbook_Open()
    Worksheets("Sheet2").Select
    End Sub
    Thx
    Dave
    "The game is afoot Watson"

+ 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