View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sam Hodo Sam Hodo is offline
external usenet poster
 
Posts: 13
Default added characters

Hello;

When I am doing a search..

With Application.FileSearch
.NewSearch
.LookIn = DDIR
.SearchSubFolders = False
.Filename = DDIR
.TextOrProperty = MyString
.MatchAllWordForms = True
.FileType = msoFileTypeAllFiles

I am getting extra characters added to the search string..

input lines are
ACCESS CLOSE
ACCESS OPEN

mystring lines are
"ACCESS CLOSE"
"ACCESS OPEN"

I do not need the search string adding characters...

Can someone help ...

Thanks for your time and efforts..
Sammy