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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

load command from a macro using VB script

Is it possible to execute a load command from a macro using VB script?

Labels (1)
1 Reply
Not applicable
Author

It might be too late, but if you are still dont have answer, you can load the document thru a macro. Using the following macro.

Sub ReloadData

ActiveDocument.Reload()

End sub