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

Hi all,
how to automatically unload user forms
after 5 seconds from it's loading time.
( Just for a application welcome form )


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default unload userform



--
http://www.standards.com/; See Howard Kaikow's web site.
"shiro" wrote in message
...
Hi all,
how to automatically unload user forms
after 5 seconds from it's loading time.
( Just for a application welcome form )


Dim datNow As Date
txtMessage.Locked = True
datNow = Now + TimeValue("00:00::05")
Do Until datNow < Now
DoEvents
Loop
Unload Me


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
Unload a Userform created in VB6 avi Excel Programming 4 April 20th 07 01:49 PM
Show/Unload Userform StephanieH Excel Programming 2 August 24th 06 08:08 PM
unload userform problem leonidas[_35_] Excel Programming 3 July 5th 06 05:35 PM
Unload Userform doesn't work here - why? rammieib Excel Programming 1 February 23rd 06 01:51 PM
load/unload userform Fred[_22_] Excel Programming 3 August 22nd 05 04:00 AM


All times are GMT +1. The time now is 01:32 AM.

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"