View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Why doesn't this work in Win 2K?

Ken,
Excel2K & W2K works fine.

NickHK

"Ken Loomis" wrote in message
...
The following works well in Win 98 & Win XP, but causes Excel to crash &
quit in Win 2K:

With Application.FileSearch
.NewSearch
.FileName = "*.xls"
.LookIn = MyFilePath
.SearchSubFolders = True
.TextOrProperty = "BuildStreetsReports"
.MatchTextExactly = False
.Execute


Can anyone tell me why?

TIA,
Ken