| Log Message: |
First version of a simple program that will, using COM, search an Excel spreadsheet for specific key terms and, if it finds it, will copy the entire row out to a file organized by key term. This is the first working version but is just too slow. I think I'm making too many calls to the API. I'm going to refactor this to see if I can speed it up substantially.
|