I would like to display only certain .xl files, eg *roster*.xls* I have tried both sides of the filter and the best I get is all .xls*. Can I narrow it down to only files with roster in the name?
Code:
' Set up file listings
FileInfo = "EXCELL files (*.xls*),*.xl*"
' Set Dialog Box caption
Title = " ***************************** Select the Roster file to use *****************************"
'Display the .xl files to select the roster file
' shows all the .xl* files in local directory
fullpath = Application.GetOpenFilename(FileInfo, , Title)