Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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?