Hi,
I have a large excel file with over 100 sheets that I would like to read inorder to process them.
Sadly not all have the same format, header, number of columns etc. leading to problems with the dynamic tool.
It doesnt matter to do the processing in one go, meaning it could just run every sheet independently like a loop.
Please tell me there is a way without having to manually go over every single one.
Thanks in advance.
Solved! Go to Solution.
Hi thanks for the reply.
I found following macro that seems to be working fine.
https://www.linkedin.com/pulse/how-import-multiple-excel-sheets-files-different-schema-bingqian-gao/
Thanks