Someting happened with FileSearch object in Excel 2007.
In documentation it is said that FileSearch is hiden.
Does it mean that there is no way to search for files using Excel VBA anymore?
Someting happened with FileSearch object in Excel 2007. In documentation it is said that
Share
You can still search using the Dir function – lots of examples on the web if you search for ‘excel 2007 vba filesearch’, for example this post.