20 | 05 | 2012
This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade

Timer PDF Print E-mail
User Rating: / 0
PoorBest 
Tutorials
Written by Administrator   

A visual basic timer function 

[code]

Sub Timer()
 
'****************************************
'*** Code from VisibleVisual.com ********
'****************************************
 
Application.Wait Now + TimeValue("00:00:07")
 
MsgBox ("10 sec has elasped")
 
End Sub
[/code]

 

Add comment


Security code
Refresh

This site has been updated and renewed. You have followed an old link.

Click here to go to the new site

http://www.visiblevisual.com/jupgrade