Hi guys,
I have a macro that one of the community users helped me build. The goal was to divide a large file into multiple smaller files.
My problem is that the columns have to be arranged in a certain order in the output and i can't change it. I have tried using select tools on multiple parts of the workflow but nothing changed.
I have attached the workbook i'm struggling with aswell as the original macro.
the input file contains (Classeur 6.xlsx): ID ; First Name; Last Name ; Code
The output shows: Code ; First Name ; Last Name
I need the output to look like: First Name; Last Name ; Code
Do you have an idea on how i can change the column order in the output.
Thanks in advance,
Max