+ Reply to Thread
Results 1 to 3 of 3

Start-up worksheet!?

Hybrid View

Neo1 Start-up worksheet!? 02-21-2006, 06:48 PM
Guest Re: Start-up worksheet!? 02-21-2006, 07:25 PM
Neo1 Thanks a lot, there wouldnt... 02-22-2006, 09:53 AM
  1. #1
    Registered User
    Join Date
    01-10-2006
    Posts
    67

    Start-up worksheet!?

    Hello basically I would, each time i open my spreadsheet model for the worksheet i wont to pop up, and from there i can navigate easily to the other worksheets by buttons, how can i make a worksheet to pop up like this everytime i open the file....?

    Thanks
    From John

  2. #2
    Bob Phillips
    Guest

    Re: Start-up worksheet!?

    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

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Neo1" <Neo1.23lpta_1140562200.6674@excelforum-nospam.com> wrote in message
    news:Neo1.23lpta_1140562200.6674@excelforum-nospam.com...
    >
    > Hello basically I would, each time i open my spreadsheet model for the
    > worksheet i wont to pop up, and from there i can navigate easily to the
    > other worksheets by buttons, how can i make a worksheet to pop up like
    > this everytime i open the file....?
    >
    > Thanks
    > From John
    >
    >
    > --
    > Neo1
    > ------------------------------------------------------------------------
    > Neo1's Profile:

    http://www.excelforum.com/member.php...o&userid=30329
    > View this thread: http://www.excelforum.com/showthread...hreadid=515098
    >




  3. #3
    Registered User
    Join Date
    01-10-2006
    Posts
    67
    Thanks a lot, there wouldnt by any chance be a way without inputting code, such as in Microsoft Access which you use the menu at the top to just add what you want to appear when you run the file..?

    Thanks
    From John

+ 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