Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
how to automatically unload user forms after 5 seconds from it's loading time. ( Just for a application welcome form ) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -- 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unload a Userform created in VB6 | Excel Programming | |||
Show/Unload Userform | Excel Programming | |||
unload userform problem | Excel Programming | |||
Unload Userform doesn't work here - why? | Excel Programming | |||
load/unload userform | Excel Programming |