Name
Application.FileFind
Synopsis
(Macintosh only.) Returns the FileFind
object. The following code displays all of the files by Jeff:
Sub TestFind( ) ' Macintosh only Dim s With Application.FileFind .Author = "Jeff" .Execute For Each s In .Results Debug.Print s Next End With End Sub
Get Programming Excel with VBA and .NET now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.