Dear all
currently I'm struggling with the following task.
It would be great if you could help me.
What I am trying to achieve:
With a Directory Tool I read out the files in a folder.
Then I call macro in which the List of Sheets of each and every file are read out.
Afterwards another macro is called which does some data preparation with the data in every sheet.
The problem right now is:
The macro where the list of sheets is read out appends the list of sheets of every file as the output of the macro.
How can I achive that the list of sheets is cleared after every iteration?
Otherwise I get an error message that Alteryx does not find some sheets in some files.
Thanks.