Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
matt_crowther
Luminary Alumni
Luminary Alumni

Simple Macro Script to Close Qlikview

This should be a simple task; I'm trying to write a macro to be called when a certain sheet is activated that will close Qlikview or at least the current document.

So far I believe that the below should work but it doesn't:

Sub CloseCall

ActiveDocument.GetApplication.Quit

End Sub

Any ideas?, Many thanks.

1 Reply
Not applicable

Hi,

try activedocument.closedoc

Alex