Reading data from multiple excel files with different file name
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have lot of different excel files, each excel files contains different number of worksheets some have the same name in all the excel file (with same columns), while some files contains different file naming like abc0123 in one file and abc222 in other file(with same columns), while some may not contains these.
I want to read/input all the rows from all the worksheets from all the files in one go and then merge the data for the same worksheet name file and also then merge the data from all the files containing "abc", I tried using batch macro but for the same it needs same worksheet name.
So can someone please suggest
Solved! Go to Solution.
- Labels:
- Designer Cloud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@ag72 your use case should work with the batch macro. Can you provide some sample data and expected output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for response, I have tried with the batch macro along with File name replace function so it's working. in case of more details will let you know. Thanks
