+ Reply to Thread
Results 1 to 2 of 2

UserForm Show problem

  1. #1
    Registered User
    Join Date
    01-20-2006
    Posts
    68

    UserForm Show problem

    Dear all,


    Application.WindowState = xlMinimized
    UserForm1.show

    This has problem, the UserForm did not show after min Excel.
    However some input are required from UserForm to next step in Excel VBA.
    How to fix this problem?

    Best regards

  2. #2
    Tom Ogilvy
    Guest

    Re: UserForm Show problem

    Try

    Application.Visible = False
    UserForm1.show

    --
    Regards,
    Tom Ogilvy


    "gabch" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Dear all,
    >
    >
    > Application.WindowState = xlMinimized
    > UserForm1.show
    >
    > This has problem, the UserForm did not show after min Excel.
    > However some input are required from UserForm to next step in Excel
    > VBA.
    > How to fix this problem?
    >
    > Best regards
    >
    >
    > --
    > gabch
    > ------------------------------------------------------------------------
    > gabch's Profile:

    http://www.excelforum.com/member.php...o&userid=30662
    > View this thread: http://www.excelforum.com/showthread...hreadid=519312
    >




+ 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