Thanks for your reply. I'm constructing a background task using SAS. The use case is that there's a folder with lots of files in it, some of them Excel files. Only one of them needs to be processed, but instead of using the file name to identify the file (which would make much more sense), the solution we're using is to only import data from a workbook that has a specific spreadsheet name. That's what I'm working on, something of a prototype to see if it's a viable solution. I'm not actually working on importing the data, just controlling the workflow to make sure the right file is selected for whatever operations will happen next
... View more