Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Run auto macro.

Hello,

How to run a macro to do the reload?

Thank you

3 Replies
Not applicable
Author

Triggers are the one where you can think of putting your macro.

Not applicable
Author

Hi washington,

You can put a macro trigger and set it on "On Open".. See attached file.. Upon opening the document, it automatically runs the macro to do the reload. The macro is just:

sub openReload
ActiveDocument.Reload
end sub


- Lester

manishkumar75
Partner - Creator II
Partner - Creator II

Are you looking for code ? If you are looking for code then the code is :

ActiveDocument.Reload

Details you can find in API Guide.