Hello,
I have a macro which prompts a user to input an Excel file which has multiple sheets. The macro is designed to run through each sheet and process them individually. So far, the macro works just fine, I am able to load in an Excel file and spit out the results.
The input part of the macro looks like below:

The issue I am facing is that when I upload the Excel file, I am always prompted to select a sheet to read in:

I always always always want the macro to read in the first sheet. Every time. No exceptions.
Is there a way to program the interface tools or Dynamic Input tool to just accept the Excel file I uploaded and automatically use the first sheet?
Thank you,
Nick