timed macro execution

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hi All,

Any ideas on how to (efficiently) create a 'timer' in a macro which will
step through its execution
with set timing between loops ??

Thanks.
 
Neil,

Take a look at the Wait method in VBA help.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
In addition to Bob's suggestion, you might also want to check the
Application object's OnTime method.

--
Regards,

Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

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