Is there a way to get the list of sheet names of a .xlsb excel file?
I have been getting the list of sheet names to check if a sheet is missing and this works fine with .xlsx and .xlsm file formats, but not with .xlsb. I have a directory tool, with a wildcard file type, passed on to a formula tool like this

and then passed onto a macro workflow. However, I've been getting an error that says:
Error Opening table: Microsoft Access Database Engine: The Microsoft Access database engine could not find the object '<List of Sheet Names>'. Make sure the object exists and that you spell its name and path name correctly.
Any help or suggestion is greatly appreciated.