PDA

Click to See Complete Forum and Search --> : Finding text in a specific object (XLS, DOC, ..)


Nucleus
May 10th, 2001, 07:55 PM
Depends which part of the xl sheet or the word document you want to scan. For example the find files utility does not scan the modules of an excel spreadsheet...

Nucleus
May 10th, 2001, 07:57 PM
How about opening the file in binary, reading in the data to a rich text box (converting each byte using chr$). Then just scan the richtextbox in VB.