View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Craig Coope Craig Coope is offline
external usenet poster
 
Posts: 11
Default Instruction Delay

IS it possible to program a button to do something simple, such as
input a "1" into cell A1 but 10 seconds after the button is pressed.

I'm looking for something like:

Private Sub CommandButton1_Click()
"10 seconds timer" (and then)
Range("a1") = 1
end sub

Cheers,

Craig

--
The Zero ST