Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
MWS MWS is offline
external usenet poster
 
Posts: 53
Default Momentarily Display Splash Screen

Can someone tell me the code to present a splash screen, for approximatey 5
seconds, and then have it unload?

I tried to LOAD my designed form and then SHOW it, but this method does not
seem to be working, since none of the remaining code executes until I
manually remove the form. My goal is to have the user view the splash screen,
instead of viewing the excel screen while the data is being, moved, calcualed
upon and reformatted.

Any and All Help Will Be Appreciated - Thank You!!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Momentarily Display Splash Screen

Hi MWS,

See xlDynamic at:

http://www.xldynamic.com/source/xld.xlFAQ0007.html


---
Regards,
Norman



"MWS" wrote in message
...
Can someone tell me the code to present a splash screen, for approximatey
5
seconds, and then have it unload?

I tried to LOAD my designed form and then SHOW it, but this method does
not
seem to be working, since none of the remaining code executes until I
manually remove the form. My goal is to have the user view the splash
screen,
instead of viewing the excel screen while the data is being, moved,
calcualed
upon and reformatted.

Any and All Help Will Be Appreciated - Thank You!!!!



  #3   Report Post  
Posted to microsoft.public.excel.programming
MWS MWS is offline
external usenet poster
 
Posts: 53
Default Momentarily Display Splash Screen

Thank You Norman for the Response. I did read the article, but won't have the
opportunity to try it right away, but I will. Just a quick question on the
subject:

While the splash screen is being displayed, will the code still execute? I
may have missed this in the article, but want to determine if this approach
will work for me.

Thanks Again

"Norman Jones" wrote:

Hi MWS,

See xlDynamic at:

http://www.xldynamic.com/source/xld.xlFAQ0007.html


---
Regards,
Norman



"MWS" wrote in message
...
Can someone tell me the code to present a splash screen, for approximatey
5
seconds, and then have it unload?

I tried to LOAD my designed form and then SHOW it, but this method does
not
seem to be working, since none of the remaining code executes until I
manually remove the form. My goal is to have the user view the splash
screen,
instead of viewing the excel screen while the data is being, moved,
calcualed
upon and reformatted.

Any and All Help Will Be Appreciated - Thank You!!!!




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Momentarily Display Splash Screen

Hi MWS,

Just a quick question on the subject:


While the splash screen is being displayed, will the code still execute? I
may have missed this in the article, but want to determine if this
approach
will work for me.



The splash screen is unloaded at a fixed time using the OnTime method. This
does not preclude other code from running.

---
Regards,
Norman


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Momentarily Display Splash Screen


hmm.. doen not preclude from running ?

Show your SplashScreen as vbModeless!
(either in designer via properties (ShowModal=false)
or with Show vbModeless

If the userform is Modal then the routine that
shows the form is paused until the form is closed.
(closing by user or with the ontime)


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Norman Jones wrote :

Hi MWS,

Just a quick question on the subject:


While the splash screen is being displayed, will the code still
execute? I may have missed this in the article, but want to
determine if this approach will work for me.



The splash screen is unloaded at a fixed time using the OnTime
method. This does not preclude other code from running.

---
Regards,
Norman



  #6   Report Post  
Posted to microsoft.public.excel.programming
MWS MWS is offline
external usenet poster
 
Posts: 53
Default Momentarily Display Splash Screen

Thank You "keepITcool". I will try your suggestion, it sounds precisely what
I'm looking for!!!!

"keepITcool" wrote:


hmm.. doen not preclude from running ?

Show your SplashScreen as vbModeless!
(either in designer via properties (ShowModal=false)
or with Show vbModeless

If the userform is Modal then the routine that
shows the form is paused until the form is closed.
(closing by user or with the ontime)


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Norman Jones wrote :

Hi MWS,

Just a quick question on the subject:


While the splash screen is being displayed, will the code still
execute? I may have missed this in the article, but want to
determine if this approach will work for me.



The splash screen is unloaded at a fixed time using the OnTime
method. This does not preclude other code from running.

---
Regards,
Norman


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Splash Screen John Calder New Users to Excel 2 May 11th 09 03:22 AM
Splash Screen Bill[_30_] Excel Programming 2 November 3rd 05 05:28 PM
Splash screen and various screen resolutions George J Excel Programming 4 October 3rd 04 10:15 PM
Splash Screen Lee Excel Programming 0 December 1st 03 05:08 PM
VBA splash screen scott[_6_] Excel Programming 2 October 16th 03 09:27 AM


All times are GMT +1. The time now is 08:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"