Hi all I am stumped on this...i am attempting to read a directory with multiple xlsb files. From there I need to look for a specific sheet name, if any of those xlsb files contain that sheet name I need to carry only those forward and then open that sheet up and see all the data within those multiple sheets. I have the extra driver installed so i can open xlsb files, i just am having trouble because i can't view all the sheet names like you normally can with a xlsx.
I have seen macros and stuff online that convert xlsb to xlsx to read the sheet names, my only concern is does this permanently change the type of file extension in the directory i'm pulling the xlsb in from? because for me, that would be a big no no.