Using filters in @uifiledlg
Posted: Mon Jul 18, 2016 7:14 am
I am using @uifiledlg to select an Excel worksheet as an input to my program. All seems to work as advertised with the exception of the Filter argument. I would like for the dialogue box to display only those files with an "xlsx" extension, but all files in the directory are displayed. I would note that using the filter "prg" does successfully list only those files with the .prg extension, so I guess the function is working properly within that narrow field. Am I doing something wrong, or does the filter only apply to .prg files?