Search string in .docx file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A Windows XP advanced search for a string within a file does not recognize
Office Word 2007 .docx files unless you enter *.docx in the "All or part of
document name" field. Is there a way to remedy this? thanks for your time and
responses.
 
Can't you use the wildcard like "*.doc*" so it will search for files with
the four char extension such as *.docx, or the standard three char extension
such as *.doc.? using *.doc* will search both *.doc and *.docx.
 
Back
Top