Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Welcome screen...

hi.

I´ve made a welcome screen in may worlbook and past the code inside
workbook.open so it would load when my workbook opens. The problem is that i
what the welcome screen to appear before my workbook is visible below!

How can do this??

Thansks SpeeD
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Welcome screen...

the delay in this demo is 10 seconds ...

Private Sub UserForm_Activate()
Dim t As Date
Application.Visible = False
t = Now()
Do While (Time) < TimeSerial(Hour(t), Minute(t), Second(t) + 10)
DoEvents
Loop
End
Application.Visible = True
End Sub


"SpeeD" wrote:

hi.

I´ve made a welcome screen in may worlbook and past the code inside
workbook.open so it would load when my workbook opens. The problem is that i
what the welcome screen to appear before my workbook is visible below!

How can do this??

Thansks SpeeD

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
Inputbox Location on Screen. Can you code it to popup lower on the screen ? Corey Excel Programming 3 December 13th 06 11:33 PM
print box opens in right screen of dual screen setup why gerrys Excel Discussion (Misc queries) 1 June 30th 06 06:47 PM
Need to convert point on screen to various screen resolutions Donna YaWanna Excel Discussion (Misc queries) 5 October 26th 05 10:10 PM
Need to convert point on screen to various screen resolutions Donna YaWanna Excel Programming 5 October 26th 05 10:10 PM
How to copy data from excel to power point screen by screen? luvgreen[_3_] Excel Programming 0 April 9th 04 03:51 PM


All times are GMT +1. The time now is 06:00 PM.

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

About Us

"It's about Microsoft Excel"