+ Reply to Thread
Results 1 to 3 of 3

Open workbook on same sheet?

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

    Open workbook on same sheet?

    Hi,

    Is there a method that, no matter where a user is in a workbook when they save it, when it's next opened it will open on a specific sheet.

    Thanks,

    Mark.

  2. #2
    Peter Rooney
    Guest

    RE: Open workbook on same sheet?

    Hi,

    Try pasting something like this into the "ThisWorkbook" code window:
    (Alt+F11 then doubleclick "ThisWorkbook")
    This code will always run when the workbook is opened

    Hope this helps & Happy Christmas!

    Pete


    Private Sub Workbook_Open()
    Sheets("Sheet1").activate
    Range("A1").select
    End Sub

    "mevetts" wrote:

    >
    > Hi,
    >
    > Is there a method that, no matter where a user is in a workbook when
    > they save it, when it's next opened it will open on a specific sheet.
    >
    > Thanks,
    >
    > Mark.
    >
    >
    > --
    > mevetts
    >
    >
    > ------------------------------------------------------------------------
    > mevetts's Profile: http://www.excelforum.com/member.php...o&userid=29130
    > View this thread: http://www.excelforum.com/showthread...hreadid=495135
    >
    >


  3. #3
    Forum Contributor
    Join Date
    11-27-2005
    Location
    UK
    Posts
    102
    Genius, thanks.

    Happy Christmas and New Year!

    Mark.

+ 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