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

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
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