A fun but not essential problem...

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Does anyone have any idea how to make excel wait for
fractions of a second.

I reckon you will need an API call since Now() only
returns whole seconds.

I have absolutely no idea how to go about it so any
assistance would be much appreciated.

Nick
 
If exact timing is not essential, just add a Do loop that does nothing,
and adjust the number of iterations to achieve roughly the right time.

Jerry
 
Good point - I only asked for a timing function because I
wanted to link the wait time to a control but I suppose I
can just link the number of iterations to the control.

Cheers - that should sort it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top