+ Reply to Thread
Results 1 to 3 of 3

Hide everything except a userform

  1. #1
    Registered User
    Join Date
    09-04-2006
    Posts
    29

    Hide everything except a userform

    Is there a way to hide everything to do with excel and just leave a userform showing??

    If you can, can you make it so that userform is always on top??

    Thanks
    Ben

  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,259
    Hello Ben,

    To make Excel disappear...

    Application.Visible = False

    To bring Excel back...

    Application.Visible = True


    Add the first line in your UserForm_Activate() event code and the second line in your UserForm_QueryClose() event code.

    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    09-04-2006
    Posts
    29
    Thanks for all your help

+ 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