Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50186

Time + Now Wait does not work with other macro running

$
0
0
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!

Viewing all articles
Browse latest Browse all 50186

Trending Articles