A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Discussion (Misc queries)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

splash screen



 
 
Thread Tools Display Modes
  #1  
Old March 16th 07, 03:28 PM posted to microsoft.public.excel.misc
Dave F
external usenet poster
 
Posts: 2,574
Default splash screen

Found this code:

Private Sub UserForm_Activate()

Application.OnTime Now + TimeValue("00:00:03"), "CloseForm"

End Sub

which displays a splash screen upon opening a workbook.

If there are multiple forms in the workbook how does the above code specify
which form to use as the splash screen?

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.
  #2  
Old March 16th 07, 04:51 PM posted to microsoft.public.excel.misc
Wood Grafing
external usenet poster
 
Posts: 57
Default splash screen


This part tells which one to open...

> Private Sub UserForm_Activate()


this calls the UserForm named "UserForm"
  #3  
Old March 16th 07, 05:00 PM posted to microsoft.public.excel.misc
Dave F
external usenet poster
 
Posts: 2,574
Default splash screen

Hmmm....I suppose that should have been obvious.

Thanks.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Wood Grafing" wrote:

>
> This part tells which one to open...
>
> > Private Sub UserForm_Activate()

>
> this calls the UserForm named "UserForm"

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Relocating Splash Screen tx12345 Excel Discussion (Misc queries) 1 August 22nd 06 11:49 PM
make a splash screen appear first Mark Stephens Charts and Charting in Excel 1 August 15th 06 01:01 AM
Splash Screen Startup Toxie Excel Discussion (Misc queries) 1 February 26th 06 05:11 AM
Why do Excel and Access freeze on the splash page? Chris Excel Discussion (Misc queries) 0 May 12th 05 04:00 PM
suppressing the splash screen bullseye Excel Discussion (Misc queries) 4 January 5th 05 05:39 PM


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


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