Results 1 to 4 of 4

Splash screen closed with timer event

Threaded View

LD2020 Splash screen closed with... 02-03-2010, 02:47 PM
Leith Ross Re: Splash screen closed with... 02-03-2010, 03:26 PM
LD2020 Re: Splash screen closed with... 02-03-2010, 05:02 PM
Leith Ross Re: Splash screen closed with... 02-03-2010, 05:07 PM
  1. #1
    Registered User
    Join Date
    02-20-2009
    Location
    Modesto, California
    MS-Off Ver
    Excel 2003
    Posts
    19

    Question Splash screen closed with timer event

    Hi, and thanks for reading my thread.

    I have a workbook with several user forms. When the workbook opens I'd like to show frmSplashScreen for 3 seconds then close and have another form frmMain show. I've tried the following code and it opens frmSplashScreen ok but it does not automatically close the form. If I click the close box then in 3 seconds frmMain will show. Can someone help me correct this problem?

    Private Sub Workbook_Open()
    
        frmSplashScreen.Show
        Application.Wait Now + TimeValue("00:00:03")
        frmSplashScreen.Hide
    
        Sheets("SC input").Select
        frmMain.Show
    
    End Sub
    Also, is there a way to remove the close box from a user form?

    Thanks in advance for any help.
    Last edited by LD2020; 02-03-2010 at 05:16 PM.

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