Hi,
I need to import all ranges from an Excel Files. Is it possible to automatically import all ranges ? And not to have to pick them one by one ? My Excel files contains more than 1800 ranges names.
Thanks.
Nicolas
Hi,
I need to import all ranges from an Excel Files. Is it possible to automatically import all ranges ? And not to have to pick them one by one ? My Excel files contains more than 1800 ranges names.
Thanks.
Nicolas
Hi Nicolas and welcome to the Community!
Yes, it is possible. You will need to use a loop, or as we call it, iterations. It works as follows:
This topic has a bit more complex scenario than just loading multiple ranges, but it has detailed explanations and examples: Multiple files, small variation in sheet name, import with parameter
Hi Dimitri,
Thanks. I manage to do it with the “Excel Command” action.
Many thanks