Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

when to use WaintForIdle

I use a long QV macro to do some things in an excel sheet

Sometimes my macro doens't get through.

My thought is that i should sometimes use a 'waitforidle' instruction.

But when should I use it ? After what type of actions ?

Thanks for yout time !

1 Reply
arieidel
Partner - Creator II
Partner - Creator II

It is strange that sometimes your macro works and sometimes it doesn't. Let the macro do the simplest actions so you won't be surprised.

Try to use Sleep method... Maybe it also could be useful to see the process step by step.

Hope it help!