FileSearch vs FileDialog

G

Garry

Hi All:

Can someone give a succint explanation as to where I'd use one of the
above rather than the other?

Ta,
Garry
 
J

Jonathan West

You use FileSearch when you want the code to search for a file or files
meeting certain criteria.

You use FileDialog when you want the user to navigate to a folder and pick a
file.

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top