'Pick a Large enough number so it will give you time
'to open another window
num = inputbox("enter a number"
TimeIt(num)
Function TimeIt(N)
Dim StartTime, EndTime
set WshShell = WScript.CreateObject("WScript.Shell"
WshShell.Run "calc"
StartTime = Timer
For I = 1 To N
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.