Results 1 to 2 of 2

Thread: Finding text in a specific object (XLS, DOC, ..)

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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...

  2. #2

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width