I'm using this code to find a string in a file. It works fine as long as the file is NOT a large binary file!! Unfortunately that's exactly what I want to look in. Any ideas what the problem might be/solution.
Thanks in anticipation.
Option Explicit
Dim objRegExpr
Dim FSO, TF, inp
Dim...