Parse through a TXT file in reverse order
Hi!
I need to parse through a text file in reverse order using VBA. Any ideas
on how to do this? The text file can grow very large (10GB), so starting
at the beginning and inputting all the way to the end is not an attractive
option.
I'm trying to find the most recent ten occurrences of a certain message in
the log (which would be the last ten occurrences of said message in the
log).
I can handle the instr to find the message, and an array to store the
results, it's the backwards stepping that I can't figure out.
Thanks!!!
|