In that case, try...
Hope this helps!sFullName = Application.GetOpenFilename( _ FileFilter:="Excel Files (*.xlsx;*.xlsm;*.xlsb;*.xls), *.xlsx;*.xlsm;*.xlsb;*.xls", _ Title:="Select a File", _ ButtonText:="Select") If sFullName = "False" Then Exit Sub