View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default timer within a macro

SetLinkOnData can be used to trigger a macro when a DDE link changes.

Ontime, as Orlando has said, is used to run a macro after a set amount of
time has elapsed.

It sounds like Ontime has a role to play, but your challenge appears to be
initiating the ontime setting.

--
Regards,
Tom Ogilvy

"Jonathan" wrote in message
...
thanks, but I don't think that is what I am looking for.

Was more looking for some type of code that said if a
cell does not equal a certain value, wait ten seconds, if
it does then run another macro.


-----Original Message-----
Hi Jonathan,

I think you have to use ON.TIME function. See this link

of Chip Pearson

http://www.cpearson.com/excel/ontime.htm

HTH

--
(So that you get best and rapid solution and all may

benefit from the
discussion, please reply within the newsgroup, not in

email)




"Jonathan" escreveu na mensagem
...
if I have a macro that opens a file and then another

two
perform a function once a condition is met how do I do
it?

When the first macro runs it updates (via a dde link)

and
takes a while to update. when fully updated a check

cell
changes from value 0 to 1. When it turns to 1 I want

the
second macro to run. any way to do this? Perhaps a

loop
that keeps checking the status of the check cell?



.