Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro Error

Hi All,

i am getting below error while exceuting a macro.

wscript error.PNG

but when i tried using saving it as .vbs file it work.

Any help??

Regards,

Reena

1 Reply
marcus_sommer

You could it simply remove or replacing it with a quit of qlikview like in this example:

rem ** quit QlikView **

ActiveDocument.GetApplication.Quit

- Marcus