I am trying to figure out a way to dynamically select a sheet that changes name each time the file is provided. I have a file that is provided on a more or less weekly basis which has a sheet name that includes a partial date in the format of: Raw Data Till 19 Jan. The portion after "Raw Data Till" changes based on the day that the file is provided, and since I don't want to have to manually select a new file and sheet each time a new file is provided, I am looking for a way to dynamically grab that sheet. Right now I have the inputs coming in from a directory, but I am not opposed to using a wildcard to get the right file and sheet if that is needed.