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

Ignore errors during macro

Hi all,

During a macro I want to ignore errors and other windows. Normaly I dit this with application.interactive = true.

QV VBA does not support this code. Does anyone know a solution for this problem.

TNX, Halmar

1 Reply
Not applicable
Author

Hi ,

use

'on error resume next ' in the script