Why doesn't this work in Win 2K?

K

Ken Loomis

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top