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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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