+ Reply to Thread
Results 1 to 2 of 2

Open file at specific sheet?

Hybrid View

  1. #1
    Registered User
    Join Date
    08-16-2004
    Posts
    34

    Open file at specific sheet?

    Is it possible to ensure that when opening a shared file, that it automitically opens at a specific worksheet?

    Cheers, Teeb

  2. #2
    Registered User
    Join Date
    01-27-2005
    Posts
    3

    Open to specific worksheet

    Sure, Teeb - In ThisWorkbook object try this code:

    Private Sub Workbook_Open()
    ThisWorkbook.Worksheets(3).Activate
    End Sub

    The above will open the workbook to sheet three.

    Take care,
    Tamara


    Quote Originally Posted by teeb
    Is it possible to ensure that when opening a shared file, that it automitically opens at a specific worksheet?

    Cheers, Teeb

+ 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