Hi, I need to export as .xls tables create in a for loop. In particular, I would like to save the table generated in each cycle in a different worksheet of the same file. Can you help me?
Thank you for your answer, but maybe I need to explain better. From a loop like: For [i = 1, i <= n, i++, I have n tables and I want to export each table in a different worksheet of the same file.