Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6351597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:02:18+00:00 2026-05-24T22:02:18+00:00

I am new to excel programming and I want to create a popup screen

  • 0

I am new to excel programming and I want to create a popup screen when my excel file is opened so can anyone tell me how to create a splash screen when excel start?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T22:02:20+00:00Added an answer on May 24, 2026 at 10:02 pm

    Build a custom form that consists entirely of the desired splash image. Then call that form for a set period of time upon the load of your spreadsheet/app.

    UPDATE Now with code (or at least links):

    Like I said above, this question is dealt with extensively on forums across the inter-verse.

    DailyDose seems to have the simplest and most straightforward implementation of the splash screen, making a few important points about running the form as modal to allow your app code to keep running behind the splash.

    The code is very simple:

        Sub StartProgram()
            Dim dtDelay As Date
    
            dtDelay = Now
            ufSplash.Show
    
            ‘Do initialization stuff
             If Now < (dtDelay + TimeSerial(0, 0, 5)) Then
                 Application.Wait dtDelay + TimeSerial(0, 0, 5)
             End If
    
             Unload ufSplash
    
        End Sub
    

    VBA Express has a macro that’ll run a slow fade on the form and then close it when it gets completely invisible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a new Excel file using jxl, but am having a
I have to use OleDbConnection to create a new excel file, but when I
Is it possible to create and write to a (new) excel file using the
How can an existing macro be inserted into a new excel workbook? I want
Every time I create a new excel sheet, I have to go in and
I have an Excel file that I need to import into a (new) Oracle
I have a Excel sheet with two columns and I need to create new
I am using Excel VBA 2003. Is it possible to create new recordset by
First and foremost. I'm totally new to programming in Excel. I'm trying to make
I'm still new to programming in excel and I am having trouble making slight

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.