+ Reply to Thread
Results 1 to 3 of 3

Always starting a workbook on a certain worksheet

Hybrid View

  1. #1
    Registered User
    Join Date
    11-01-2004
    Posts
    67

    Always starting a workbook on a certain worksheet

    I create spreadsheets that get sent out to the business, and I'm very bad at remembering to reset the sheet to the starting sheet.

    How do I set the workbook up so it always opens on a particular worksheet?

    Is it easy?

    Many thanks,

    Chris

  2. #2
    Ron de Bruin
    Guest

    Re: Always starting a workbook on a certain worksheet

    Hi Tibbs

    You can use the open event of the workbook to select the sheet you want

    Copy this in the thisworkbook module

    Private Sub Workbook_Open()
    Sheets("YourSheet").Select
    End Sub



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "Tibbs" <Tibbs.2babop_1153467603.843@excelforum-nospam.com> wrote in message
    news:Tibbs.2babop_1153467603.843@excelforum-nospam.com...
    >
    > I create spreadsheets that get sent out to the business, and I'm very
    > bad at remembering to reset the sheet to the starting sheet.
    >
    > How do I set the workbook up so it always opens on a particular
    > worksheet?
    >
    > Is it easy?
    >
    > Many thanks,
    >
    > Chris
    >
    >
    > --
    > Tibbs
    > ------------------------------------------------------------------------
    > Tibbs's Profile: http://www.excelforum.com/member.php...o&userid=15947
    > View this thread: http://www.excelforum.com/showthread...hreadid=563584
    >




  3. #3
    Registered User
    Join Date
    11-01-2004
    Posts
    67
    Brilliant! That worked...

    Chris

+ 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