Forum Discussion

TeeGee's avatar
TeeGee
Icon for Helper II rankHelper II
7 years ago

How to load multiple excel files from a folder & unpivoting dynamic (differs per file) # of columns

I have a folder with multiple Excel files, each with some common leading columns, and then a varying (per file) number of columns that I need to unpivot;  I've written the code for unpivoting properl...