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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

change folders ?

Good morning person, I want to create a macro to be able to change the example I have5 folders folders I want him to pass to each one every time I set and I'm not gettinganyone know how I can do with macro?

Thus tried but will not

sub AlterarPastas
ActiveDocument.Sheets ("Graphics")
ActiveDocument.Activate
end Sub

1 Solution

Accepted Solutions
Not applicable
Author

I found the solution for those who had the same doubts the solution is

ActiveDocument.Sheets("Name your Folders").Activate

View solution in original post

1 Reply
Not applicable
Author

I found the solution for those who had the same doubts the solution is

ActiveDocument.Sheets("Name your Folders").Activate