View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
matt dunbar matt dunbar is offline
external usenet poster
 
Posts: 10
Default one-tenth of a second delay

hi all

a really useful & simple bit of code introduces a one second delay
within a macro

Range("A1").Select
Application.Wait (Now + TimeValue("0:00:01"))
Range("A1").Select

can anybody trump this with a bit of code that gives a one-tenth of a
second delay please?

or is this the holy grail of code?

rise to the challenge please!?

TIA

matt

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!