Hi,
I have a macro (in the view program code mode) copying data from one sheet to an other sheet upon a cell value changing. Now I want a macro which recalculates the data, than waits a few seconds (for the data to gather), and than recalculates again.. and again... etc etc. I tried it with this code:
Calculate
Application.Wait (Now + TimeValue("00:00:8"))
Anybody knows how what kind of code would do the trick?
Thanks!
I have a macro (in the view program code mode) copying data from one sheet to an other sheet upon a cell value changing. Now I want a macro which recalculates the data, than waits a few seconds (for the data to gather), and than recalculates again.. and again... etc etc. I tried it with this code:
Calculate
Application.Wait (Now + TimeValue("00:00:8"))
Anybody knows how what kind of code would do the trick?
Thanks!