hallo, i can't set the time below 1 second , can i have half second wait in this line , thanks for all your help
Application.Wait Now + TimeValue("00:00:1")
hallo, i can't set the time below 1 second , can i have half second wait in this line , thanks for all your help
Application.Wait Now + TimeValue("00:00:1")
Hi,
How about
![]()
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Application.Wait Now + 1/(24*60*60.0*2)
the numerical value 1 = 1 day
1/24 is one hour
1/(24*60) is one minute
so 1/(24*60*60*2) is 1/2 second
you need to use a decimal point somewhere to force a floating point number
click on the * Add Reputation if this was useful or entertaining.
thankyou all for your help
There are currently 2 users browsing this thread. (1 members and 1 guests)
Bookmarks