+ Reply to Thread
Results 1 to 4 of 4

Aways open workbook on sheet 1 ???

Hybrid View

  1. #1
    Registered User
    Join Date
    01-11-2006
    Posts
    2

    Aways open workbook on sheet 1 ???

    Hi

    I have a multi-sheet workbook which performs various calculations on each sheet

    Is it at all possible to make the work book allways open on sheet 1 even if the last save was on sheet 4 for example

    Sheet 1 is like the "home page" for the work book

    Thanks

  2. #2
    Forum Contributor
    Join Date
    11-27-2005
    Location
    UK
    Posts
    102
    I think this should work for you -

    Private Sub Workbook_Open()
    Sheets("Sheet1").Activate
    Range("A1").Select
    End Sub
    Just paste it into the 'This workbook' section in VB.

  3. #3
    Registered User
    Join Date
    01-11-2006
    Posts
    2
    Excellent

    Works a like a dream

    Thank You

  4. #4
    Forum Contributor
    Join Date
    11-27-2005
    Location
    UK
    Posts
    102


    Thanks for the feedback.

+ 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