Unable to open archive for unzipping
- 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
My workflow has worked in the past but this time when i tried to run it i got this message about my excel file compilation macro.
Error Message
Macro pointing to a file within the directory
Solved! Go to Solution.
- Labels:
- Batch Macro
- Bug
- Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Since the file path starts with ~$, I presume that's a temporary excel file that you don't want to/can't read in. Right after your directory tool, I would apply a filter with this expression:
!StartsWith([FileName],"~$")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you!
Do you know why alteryx is creating this ~$ excel file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@kamwl Excel is creating those files when someone has it open. It goes away as soon as somebody closes it. Those files are hidden by default, but I was able to see it in windows explorer by going to view and then unchecking the box about hide protected operating system files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Very useful. Thank you Patrick.
