Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,all. Can someone help me with this problem:
I am trying to value paste some dynamic data as the NOW Function changes, but the thing is in the looping I would like to value paste just every 5 seconds. How to make this realised, that means make the looping wait, without exausting the computer. What I have done is let it loop as long as Now is bigger than one num, then choosing to excute the value paste every 5 seconds. But the computer goes dead. thanks a lot. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It might be better to figure out why your code isn't working for manual
entry. I suspect you may be using a worksheet change event. I know I have this problem when I put Application.EnableEvents = FALSE at the beginning of the code and then forget to reset it at the end with Application.EnableEvents = TRUE If this isn't the issue, post your code and someone should be able to assist. HTH, Barb Reinhardt "jonathan" wrote: Hello,all. Can someone help me with this problem: I am trying to value paste some dynamic data as the NOW Function changes, but the thing is in the looping I would like to value paste just every 5 seconds. How to make this realised, that means make the looping wait, without exausting the computer. What I have done is let it loop as long as Now is bigger than one num, then choosing to excute the value paste every 5 seconds. But the computer goes dead. thanks a lot. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Should I Wait? | Excel Discussion (Misc queries) | |||
Wait less than a second | Excel Programming | |||
.wait for 1/2 a second | Excel Programming | |||
wait | Excel Programming |