View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default .wait for 1/2 a second

Most disagree with you Vasant - your testing show different?

http://groups.google.co.uk/groups?as...ng&lr=&hl=e n

--
Regards,
Tom Ogilvy


"Vasant Nanavati" <vasantn *AT* aol *DOT* com wrote in message
...
Yes, e.g.:

Application.Wait Now + (TimeValue("00:00:01") / 2)

--

Vasant

"Brad" wrote in message
...
Thanks for taking the time to read my question.

Is is possible to wait for less than a full second?

Application.Wait Now + TimeValue("00:00:01")

Thanks,

Brad