View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fatz Fatz is offline
external usenet poster
 
Posts: 8
Default Application.FileSearch Problems

Hi-

I just upgraded to Office '07 and I am having trouble with some code.
The following code works in 97 but does not work in 2007.

With Application.FileSearch
.NewSearch
.LookIn = "N:\Sales\MAP ROLLUP"
.SearchSubFolders = False
.Filename = "*.xls"
.Execute

Does anyone know how to code the above in 2007?

Thank You!

Chris