+ Reply to Thread
Results 1 to 2 of 2

Userforms

  1. #1
    Jason Zischke
    Guest

    Userforms

    Is there a way to get one userform to pop-up and another one to pop-up in
    front of it in one action.

  2. #2
    Bob Phillips
    Guest

    Re: Userforms

    Sure, just launch the second from the first's activate event

    Private Sub UserForm_Activate()
    UserForm2.Show
    End Sub

    You won't even see it happen.

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Jason Zischke" <[email protected]> wrote in message
    news:[email protected]...
    > Is there a way to get one userform to pop-up and another one to pop-up in
    > front of it in one action.




+ 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