A
ajliaks
Hi all,
i need to close the userform after 2 seconds.
Could anybody help me?
Thanks.
Iam trying something like this:
Private Sub UserForm_Initialize()
Dim cTime As Long
Dim WSH As Object
Set WSH = CreateObject("WScript.Shell")
cTime = 1
Wait cTime '?????
Unload Me
End Sub
i need to close the userform after 2 seconds.
Could anybody help me?
Thanks.
Iam trying something like this:
Private Sub UserForm_Initialize()
Dim cTime As Long
Dim WSH As Object
Set WSH = CreateObject("WScript.Shell")
cTime = 1
Wait cTime '?????
Unload Me
End Sub