Hi - I created a simple example of batch macro to illustrate my issue. I have three excel files (Property A, B, C) and within each file, there are several tabs (Summary, Expiration, Rent). All the workflow is doing is pulling data from each of the tabs. However, Property C does not have a "Rent" tab. As such, the batch macro fails. In my real life example, I cannot predict if a given tab will be present in an excel file. If it is not present, I would like the results to be null for that tab. I have attached 2 examples below. The CLEAN example is assuming all tabs are present. The HELP example is if the tab is missing. Any help would be greatly appreciated.