+ Reply to Thread
Results 1 to 3 of 3

User forms

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Posts
    164

    User forms

    Hi,

    I have a user form that presents the user with a list box and a 'run' button.
    when this button is pressed I want to display another user form, resized to show only the title-bar.

    this will display 'Please Wait...'

    the only thnig is, i get an error when I try to run it :
    "cant show non-modal form when modal form is displayed"

    can anyone suggest a way to get around this?

    thanks in advance,
    Matt

  2. #2
    Toppers
    Guest

    RE: User forms

    Hi,
    Show both as modeless

    Userform1.show vbmodeless
    ......
    Userform2.show vbModeless ' <=== from your Button_Click macro

    Both will appear on screen

    "matpj" wrote:

    >
    > Hi,
    >
    > I have a user form that presents the user with a list box and a 'run'
    > button.
    > when this button is pressed I want to display another user form,
    > resized to show only the title-bar.
    >
    > this will display 'Please Wait...'
    >
    > the only thnig is, i get an error when I try to run it :
    > "cant show non-modal form when modal form is displayed"
    >
    > can anyone suggest a way to get around this?
    >
    > thanks in advance,
    > Matt
    >
    >
    > --
    > matpj
    > ------------------------------------------------------------------------
    > matpj's Profile: http://www.excelforum.com/member.php...o&userid=21076
    > View this thread: http://www.excelforum.com/showthread...hreadid=514330
    >
    >


  3. #3
    Forum Contributor
    Join Date
    03-14-2005
    Posts
    164
    thanks!
    that works perfectly!


+ 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