SOLVED
Dynamically Import Multiple Excel sheets starting at a particular row
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hamster
7 - Meteor
‎10-28-2020
07:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I've been trying to figure out how to dynamically Import Multiple Excel sheets starting at a particular row. I have a batch macro with a Dynamic Input tool that pulls in each sheet. But I need it to start from row 10 each time.
All the schema's are the same.
Solved! Go to Solution.
Labels:
2 REPLIES 2
AngelosPachis
16 - Nebula
‎10-28-2020
08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Hamster,
Not sure how your batch macro is configured exactly, but I would say you could use a sample tool inside your batch macro that will skip the first 10 rows of each sheet, as shown below.
Please find the workflow attached. Does that answers your question in a way?
Regards,
Angelos
‎10-28-2020
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Angelos,
Thanks for that.
