Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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?