+ Reply to Thread
Results 1 to 3 of 3

dialogue box / pop-up upon opening file - URGENT

  1. #1
    marika1981
    Guest

    dialogue box / pop-up upon opening file - URGENT

    Hello:

    I'm trying to create a pop-up box that would immediately show upon opening a
    file. It would be relatively large (an FAQ on how to use the file) and would
    be great if it were formattable.

    Ideally, I'd wish to also include a "Don't show this again" option and/or a
    means of accessing it at another time via the menu bar (perhaps a drop-down
    to the right of Help called FAQ).

    Is this possible???? Any help would be **very, very** appreciated....

    Thank you!!

    Marika



  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Marika1981,

    To make a "popup" you need to add a UserForm to your project. You can then call the form when you need it from code and also call it from a menu selection. The form can also be formatted using colors, fonts, and shapes. By placing a textbox on the form with the Multiline property set to true and the ScrollBars property set, you can create a information box the user can scroll through for information. You can also add any other controls you like on the form as well.

    Hope this helps you get started,
    Leith Ross

  3. #3
    Tom Ogilvy
    Guest

    Re: dialogue box / pop-up upon opening file - URGENT

    Why not just use a worksheet and after the first time, hide the sheet.

    --
    Regards,
    Tom Ogilvy


    "marika1981" <[email protected]> wrote in message
    news:[email protected]...
    > Hello:
    >
    > I'm trying to create a pop-up box that would immediately show upon opening

    a
    > file. It would be relatively large (an FAQ on how to use the file) and

    would
    > be great if it were formattable.
    >
    > Ideally, I'd wish to also include a "Don't show this again" option and/or

    a
    > means of accessing it at another time via the menu bar (perhaps a

    drop-down
    > to the right of Help called FAQ).
    >
    > Is this possible???? Any help would be **very, very** appreciated....
    >
    > Thank you!!
    >
    > Marika
    >
    >




+ 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