+ Reply to Thread
Results 1 to 2 of 2

How to make a start up/ welcome screen?

  1. #1
    Registered User
    Join Date
    02-12-2009
    Location
    oslo, Norway
    MS-Off Ver
    Excel 2010
    Posts
    45

    How to make a start up/ welcome screen?

    thanks for all your help guys! -Prizeless!!

    Now, I really want to make some sort of a welcome/startup box/screen to inform the user on how my sheets are set up.

    Any good ideas?


    Sincerley yours, Andreas.
    Last edited by abrunstad; 03-02-2009 at 09:59 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: How to make a start up/ welcome screen?

    Hi,

    you can use the Workbook_Open event to force something to happen whenever the workbook is opened.

    Hit Alt-F11 to open the VBA Editor, then double click on ThisWorkbook and enter your code in the code window. You could either do a message box as per code below, or go to a specific tab in the worksheet that has your info. The latter might be easier to maintain.

    code for showing a message box:
    Please Login or Register  to view this content.
    code for navigating to Sheet1
    Please Login or Register  to view this content.
    Hope this helps

+ 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