How can I use the OPENFILENAME structure to create a filter including and excluding certain keywords?. This could be an example. "*KEYWORD1*.pdf" excluding results containing KEYWORD2; This filter would retrieve all the pdf documents containing the KEYWORD1 keyword in their name excluding all those files containing the KEYWORD2 keyword in their name. Is there any way to make this filter case sensitive?
Let me emphasize that I would like to use the OPENFILENAME for this purpose since I already have a subroutine which uses this function. However I am open to other alternatives if the OPENFILENAME cannot do the job.
Thanks for your help.