+ Reply to Thread
Results 1 to 2 of 2

Ms Excel coursework

  1. #1
    aisha
    Guest

    Ms Excel coursework

    how can I get MS Excel to open and display a certain worksheet as default
    rather than automatically opening on the last worksheet the user saved the
    workbook

  2. #2
    Bob Phillips
    Guest

    Re: Ms Excel coursework

    Private Sub Workbook_Open()
    worksheets("Sheet1").activate
    End Sub

    'This is workbook event code.
    'To input this code, right click on the Excel icon on the worksheet
    '(or next to the File menu if you maximise your workbooks),
    'select View Code from the menu, and paste the code

    and read up on evenst at http://www.cpearson.com/excel/events.htm

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "aisha" <[email protected]> wrote in message
    news:[email protected]...
    > how can I get MS Excel to open and display a certain worksheet as default
    > rather than automatically opening on the last worksheet the user saved the
    > workbook




+ 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