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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro - Save Document

How can I save my document within the macro?  I want to save right after I perform an action. 

1 Solution

Accepted Solutions
Not applicable
Author

Into your Macro Module you can put this:

sub Save_Doc

    ActiveDocument.Save

end sub

Them, you call this Macro from an action.

Hope this help you.

Bye!

View solution in original post

2 Replies
Not applicable
Author

Into your Macro Module you can put this:

sub Save_Doc

    ActiveDocument.Save

end sub

Them, you call this Macro from an action.

Hope this help you.

Bye!

omid5ive
Creator II
Creator II

hi

i want to set some macro to automaticaly save my documetn

can i use this macro for my document?