Hello All,
I have a simple question. I have GetOpenFilename command from a macro to get files for a macro, but I only want the user to see all files that have “block 1″ word included somewhere in excel file name. Below is the code that I am updating, but I don’t know how to do it. Any help would be great.
FilesToOpen = Application.GetOpenFilename _
(FileFilter:=”Microsoft Excel Files (*.xls), *.xls”, _
MultiSelect:=True)