SOLVED
Bacth macro reading multiple input file
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
sneha_bhiwagade1
8 - Asteroid
‎10-10-2023
11:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I am having a batch macro which reads multiple excel files.
but when there is space in sheet name the batch macro fails.
Many Thanks
Solved! Go to Solution.
Labels:
- Labels:
- Iterative Macro
- Workflow
4 REPLIES 4
binuacs
21 - Polaris
‎10-10-2023
11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sneha_bhiwagade1 what error is it showing?
‎10-10-2023
11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs the error is does not match a sheet name or named range or the file is corrupted.
If I remove the space from the sheet batch macro reads that particular input file.
Many Thanks :)
17 - Castor
‎10-11-2023
12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yeah, it doesn't work well with spaces within a Sheet Name. Glad you found the Macro and pre-steps useful!
Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
‎10-11-2023
12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Resolved by adding $ symbol at the end in sheet name formula.
refer the attached screenshot
Thank You :)
