+ Reply to Thread
Results 1 to 3 of 3

can you set a default page in a Multipage userform?

  1. #1
    Trefor
    Guest

    can you set a default page in a Multipage userform?


    I open a Userform where I have used Multipage, but every time I run the form
    it seems to come up on a different Page to the one I would like to select, is
    it possible to set a page as default?

    --
    Trefor

  2. #2
    Jim Rech
    Guest

    Re: can you set a default page in a Multipage userform?

    Use MultiPage1.Value = 0 to open to the first page, 1 for the second, etc.

    I'd put this code in Sub UserForm_Initialize

    --
    Jim
    "Trefor" <[email protected]> wrote in message
    news:[email protected]...
    |
    | I open a Userform where I have used Multipage, but every time I run the
    form
    | it seems to come up on a different Page to the one I would like to select,
    is
    | it possible to set a page as default?
    |
    | --
    | Trefor



  3. #3
    Trefor
    Guest

    Re: can you set a default page in a Multipage userform?

    Jim, excellent, thanks.
    --
    Trefor


    "Jim Rech" wrote:

    > Use MultiPage1.Value = 0 to open to the first page, 1 for the second, etc.
    >
    > I'd put this code in Sub UserForm_Initialize
    >
    > --
    > Jim
    > "Trefor" <[email protected]> wrote in message
    > news:[email protected]...
    > |
    > | I open a Userform where I have used Multipage, but every time I run the
    > form
    > | it seems to come up on a different Page to the one I would like to select,
    > is
    > | it possible to set a page as default?
    > |
    > | --
    > | Trefor
    >
    >
    >


+ 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