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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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:
VBA Express has a macro that’ll run a slow fade on the form and then close it when it gets completely invisible.