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
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